New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-pipe2

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

node-pipe2 - npm Package Compare versions

Comparing version
0.1.4
to
0.2.0
+5
index.d.ts
// Copyright 2015 Bobby Powers. All rights reserved.
// Use of this source code is governed by the MIT
// license that can be found in the LICENSE file.
export function pipe2(cb: (err: any, rfd: number, wfd: number) => void): void;
+1
-2

@@ -5,3 +5,2 @@ // Copyright 2015 Bobby Powers. All rights reserved.

var pipe2 = require('bindings')('pipe2').pipe2;
module.exports = pipe2;
module.exports = require('bindings')('pipe2');
{
"name": "node-pipe2",
"version": "0.1.4",
"version": "0.2.0",
"description": "exposes the pipe2 system call for building unix pipelines/filters",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bpowers/node-pipe2",

@@ -5,3 +5,3 @@ // Copyright 2015 Bobby Powers. All rights reserved.

var pipe2 = require('../');
var pipe2 = require('../').pipe2;
var assert = require('assert');

@@ -8,0 +8,0 @@