Socket
Socket
Sign inDemoInstall

minipass

Package Overview
Dependencies
0
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

9

package.json
{
"name": "minipass",
"version": "4.0.0",
"version": "4.0.1",
"description": "minimal implementation of a PassThrough stream",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"yallist": "^4.0.0"
},
"devDependencies": {

@@ -17,2 +14,3 @@ "@types/node": "^17.0.41",

"ts-node": "^10.8.1",
"typedoc": "^0.23.24",
"typescript": "^4.7.3"

@@ -24,3 +22,4 @@ },

"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
"postpublish": "git push origin --follow-tags",
"typedoc": "typedoc ./index.d.ts"
},

@@ -27,0 +26,0 @@ "repository": {

@@ -90,3 +90,3 @@ # minipass

const Minipass = require('minipass')
const stream = new Minipass({ async: true })
const stream = new Minipass()
stream.on('data', () => console.log('data event'))

@@ -93,0 +93,0 @@ console.log('before write')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc