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

minipass

Package Overview
Dependencies
Maintainers
6
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 3.3.5 to 3.3.6

4

index.d.ts

@@ -111,4 +111,4 @@ /// <reference types="node" />

...args: RType extends Buffer
? [] | [options: Minipass.Options<RType>]
: [options: Minipass.Options<RType>]
? [] | [Minipass.Options<RType>]
: [Minipass.Options<RType>]
)

@@ -115,0 +115,0 @@

{
"name": "minipass",
"version": "3.3.5",
"version": "3.3.6",
"description": "minimal implementation of a PassThrough stream",

@@ -22,3 +22,3 @@ "main": "index.js",

"preversion": "npm test",
"postversion": "npm publish --tag=next",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"

@@ -25,0 +25,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