David Oliveira

Results 4 issues of David Oliveira

I am trying to install cityhash via npm on node-0.12.0. npm command returns the following errors: Ze-Macbook-Pro-2:main david$ npm install cityhash npm WARN package.json [email protected] 'repositories' (plural) Not supported. Please...

If a text on the HTML has a "<", the text is not parsed after that. Example: <title>We <3cupcakes</title> The "<3cupcakes" is interpreted like being a tag when common browsers...

If the parsed document has a <script> tag which is not closed, the parser acts like the document had nothing. Example: ``` var htmlparser = require('htmlparser'), parser, pHandler, data =...

Adds preliminary support for Express v5 by: - Wrapping around express.Router.prototype instead of express.Router, since in v5 express.Router.use() doesn't exist; - Sets the redMiddlewareAdded flag on a per router basis;