Socket
Socket
Sign inDemoInstall

blackfish

Package Overview
Dependencies
164
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "blackfish",
"version": "0.0.4",
"version": "0.0.5",
"description": "docker* cli extensions",

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

@@ -54,4 +54,9 @@ // bf/blackfish <files>

process.addListener('SIGINT', handleSignal)
await child
process.removeListener('SIGINT', handleSignal)
try {
await child
process.removeListener('SIGINT', handleSignal)
} catch (err) {
// stderr should have been filled by the child
throw new BlackfishShutdown() // eslint-disable-line
}
},

@@ -58,0 +63,0 @@ main (opts) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc