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.1.0 to 0.1.1

3

dist/index.js

@@ -55,4 +55,3 @@ 'use strict';

reg.onceFin(_this._destination, 'error', reject);
var pass = _this._source.pipe(_this._destination, _this._options);
reg.onceFin(pass, 'error', reject);
_this._source.pipe(_this._destination, _this._options);
}).cancellable()['catch'](_bluebird2['default'].CancellationError, function (err) {

@@ -59,0 +58,0 @@ _this._source.unpipe(_this._destination);

{
"name": "chiffchaff-pipe",
"version": "0.1.0",
"version": "0.1.1",
"description": "Stream piping for chiffchaff.",

@@ -45,7 +45,8 @@ "keywords": [

"isparta": "^3.0.3",
"mkdirp": "^0.5.0"
"mkdirp": "^0.5.0",
"standard": "^5.2.2"
},
"main": "dist/index.js",
"files": [
"dist/index.js",
"dist/",
"index.js"

@@ -57,3 +58,3 @@ ],

"prepublish": "npm run clean && npm run build",
"test": "gulp test"
"test": "node node_modules/standard/bin/cmd.js && gulp test"
},

@@ -60,0 +61,0 @@ "repository": "zentrick/chiffchaff-pipe",

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