Socket
Socket
Sign inDemoInstall

minipass

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minipass - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

.nyc_output/10e9c68c3a60879861fa7e5ae24279e8.json

1

index.js

@@ -116,2 +116,3 @@ 'use strict'

this.resume()
return dest
}

@@ -118,0 +119,0 @@

2

package.json
{
"name": "minipass",
"version": "1.1.2",
"version": "1.1.3",
"description": "minimal implementation of a PassThrough stream",

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

@@ -13,3 +13,3 @@ const MiniPass = require('../')

})
mp.pipe(dest)
t.equal(mp.pipe(dest), dest, 'pipe returns dest')
t.ok(sawDestData, 'got data becasue pipe() flushes')

@@ -16,0 +16,0 @@ t.equal(mp.write('bye'), true, 'write() returns true when flowing')

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