Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
3
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.2 to 0.7.0

9

bin/cmd.js

@@ -8,3 +8,6 @@ #!/usr/bin/env node

var argv = minimist(process.argv.slice(2), {
alias: { h: 'help', o: 'outfile', i: 'infile', r: 'results' },
alias: {
h: 'help', v: 'version',
o: 'outfile', i: 'infile', r: 'results'
},
default: { outfile: '-', infile: '-' },

@@ -18,2 +21,6 @@ boolean: [ 'results' ]

}
if (argv.version) {
console.log(require('../package.json').version);
return;
}

@@ -20,0 +27,0 @@ var input = argv.infile === '-'

@@ -12,3 +12,5 @@ usage: tap-parser OPTIONS

through to OUTPUT.
-h, --help Show this help message.
-v, --version Print the current version of tap-parser.

2

package.json
{
"name": "tap-parser",
"version": "0.6.2",
"version": "0.7.0",
"description": "parse the test anything protocol",

@@ -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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc