Comparing version 1.4.1 to 2.0.0
@@ -1,1 +0,1 @@ | ||
module.exports = process.addon(__dirname) | ||
module.exports = require.addon() |
@@ -1,2 +0,3 @@ | ||
const EventEmitter = require('events') | ||
/* global Bare */ | ||
const EventEmitter = require('bare-events') | ||
const { Duplex } = require('streamx') | ||
@@ -271,3 +272,3 @@ const binding = require('./binding') | ||
process | ||
Bare | ||
.on('exit', () => { | ||
@@ -274,0 +275,0 @@ for (const pipe of Pipe._pipes) { |
{ | ||
"name": "bare-pipe", | ||
"version": "1.4.1", | ||
"version": "2.0.0", | ||
"description": "Native I/O pipes for JavaScript", | ||
@@ -13,2 +13,5 @@ "main": "index.js", | ||
], | ||
"imports": { | ||
"events": "bare-events" | ||
}, | ||
"scripts": { | ||
@@ -28,5 +31,8 @@ "test": "standard && bare test.js" | ||
"dependencies": { | ||
"bare-events": "^2.0.0", | ||
"streamx": "^2.13.2" | ||
}, | ||
"devDependencies": { | ||
"bare-os": "^2.0.0", | ||
"bare-path": "^2.0.0", | ||
"brittle": "^3.2.1", | ||
@@ -33,0 +39,0 @@ "standard": "^17.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35555
230
2
4
+ Addedbare-events@^2.0.0