Socket
Socket
Sign inDemoInstall

tap-arc

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-arc - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

index.js

@@ -140,3 +140,5 @@ #!/usr/bin/env node

parser.on('extra', (extra) => {
if (extra.trim().length > 0) print(`${pad(2)}${yellow(`> ${extra}`)}`)
const stripped = stripAnsi(extra).trim()
const justAnsi = stripped.length === 0 && extra.length > 0
if (!justAnsi) print(`${pad(2)}${extra}`)
})

@@ -143,0 +145,0 @@

@@ -5,3 +5,3 @@ {

"author": "tbeseda",
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",

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

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