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

chiffchaff-pipe

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chiffchaff-pipe - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

dist/index.js

@@ -42,4 +42,5 @@ 'use strict';

return new _bluebird2['default'](function (resolve, reject) {
_this._destination.once('finish', resolve).once('error', reject);
_this._source.pipe(_this._destination).once('error', reject);
_this._source.once('error', reject);
_this._destination.once('error', reject);
_this._source.pipe(_this._destination).once('finish', resolve).once('error', reject);
}).cancellable()['catch'](_bluebird2['default'].CancellationError, function (err) {

@@ -46,0 +47,0 @@ _this._source.unpipe(_this._destination);

{
"name": "chiffchaff-pipe",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stream piping for chiffchaff.",

@@ -52,4 +52,5 @@ "keywords": [

"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"prepublish": "npm run build",
"prepublish": "npm run clean && npm run build",
"test": "gulp test"

@@ -56,0 +57,0 @@ },

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