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.1 to 0.6.2

3

bin/cmd.js

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

if (argv.results) {
output.end(JSON.stringify(results, null, 2) + '\n');
output.write(JSON.stringify(results, null, 2) + '\n');
if (output !== process.stdout) output.end();
}

@@ -36,0 +37,0 @@ }));

{
"name": "tap-parser",
"version": "0.6.1",
"version": "0.6.2",
"description": "parse the test anything protocol",

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

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