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.3.0 to 1.4.0

16

index.js

@@ -48,2 +48,10 @@ const EventEmitter = require('events')

ref () {
binding.ref(this._handle)
}
unref () {
binding.unref(this._handle)
}
static createServer (opts) {

@@ -195,2 +203,10 @@ return new PipeServer(opts)

ref () {
binding.ref(this._handle)
}
unref () {
binding.unref(this._handle)
}
_onconnection (err) {

@@ -197,0 +213,0 @@ if (err) {

2

package.json
{
"name": "bare-pipe",
"version": "1.3.0",
"version": "1.4.0",
"description": "Native I/O pipes for JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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