Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare-pipe

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-pipe - npm Package Compare versions

Comparing version 1.4.1 to 2.0.0

2

binding.js

@@ -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"

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