Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
3
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.0 to 9.3.1

2

index.js

@@ -575,3 +575,3 @@ 'use strict'

for (p = this; p.parent; p = p.parent);
const bailName = res.name ? ' # ' + res.name : ''
const bailName = res.name ? ' ' + res.name : ''
p.parse(ind + 'Bail out!' + bailName + '\n')

@@ -578,0 +578,0 @@ }

{
"name": "tap-parser",
"version": "9.3.0",
"version": "9.3.1",
"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