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.2 to 1.3.0

6

bin/cmd.js

@@ -9,3 +9,4 @@ #!/usr/bin/env node

var argv = minimist(process.argv.slice(2), {
alias: { h: 'help' }
alias: { h: 'help', i: 'inside' },
boolean: [ 'inside' ]
});

@@ -24,2 +25,5 @@ var selector = argv._.join(' ');

console.log(JSON.stringify(e));
if (argv.inside) {
e.createReadStream().pipe(process.stdout);
}
}))

@@ -26,0 +30,0 @@ ;

@@ -1,2 +0,2 @@

usage: html-select SELECTOR
usage: html-select SELECTOR OPTIONS

@@ -6,1 +6,5 @@ Given a newline-separated json stream of html tokenize output on stdin,

OPTIONS are:
-i, --inside Print the inner html content at matching selectors.

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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