New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-select

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-select - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

9

lib/tag.js
var inherits = require('inherits');
var Readable = require('readable-stream').Readable;
var EventEmitter = require('events').EventEmitter;
var inspect = require('object-inspect');

@@ -26,1 +27,9 @@ module.exports = Tag;

};
Tag.prototype.toJSON = function () {
return { name: this.name, attributes: this.attributes };
};
Tag.prototype.inspect = function () {
return inspect(this.toJSON());
};

5

package.json
{
"name": "html-select",
"version": "1.2.1",
"version": "1.2.2",
"description": "match a tokenized html stream with css selectors",

@@ -14,3 +14,4 @@ "main": "index.js",

"minimist": "~0.0.8",
"split": "~0.3.0"
"split": "~0.3.0",
"object-inspect": "~0.4.0"
},

@@ -17,0 +18,0 @@ "devDependencies": {

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