New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

epipebomb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epipebomb - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

.travis.yml

15

package.json

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

"description": "Destroy EPIPE errors when stdout runs through a truncated pipe",
"version": "0.1.1",
"version": "1.0.0",
"homepage": "https://github.com/mhart/epipebomb",

@@ -11,3 +11,14 @@ "repository": {

},
"main": "epipebomb.js"
"main": "epipebomb.js",
"bin": {
"epipebomb": "bin/cmd.js"
},
"scripts": {
"test": "tape 'test/**/*.test.js' | tap-spec"
},
"devDependencies": {
"pty.js": "^0.3.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.2"
}
}

@@ -69,4 +69,18 @@ # EPIPE Bomb

## CLI usage (Node 4.x and up)
Require `epipebomb/register` from the command line
```shell
node -r epipebomb/register some-script.js | head
```
or use `epipebomb` as a drop-in replacement for `node`
```shell
epipebomb some-script.js | head
```
## Notes
Only the `EPIPE` error is captured on `process.stdout` - all other errors are thrown as per usual.
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