Socket
Socket
Sign inDemoInstall

htmljs-parser

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Compare versions

Comparing version 2.2.6 to 2.2.7

4

index.js
var Parser = require('./Parser');
exports.createParser = function(listeners, options) {
var parser = new Parser(listeners, options);
var parser = new Parser(listeners, options || {});
return parser;
};
};

@@ -41,3 +41,3 @@ {

},
"version": "2.2.6"
"version": "2.2.7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc