Socket
Socket
Sign inDemoInstall

minipass-sized

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -62,2 +62,4 @@ const Minipass = require('minipass')

MinipassSized.SizeError = SizeError
module.exports = MinipassSized

2

package.json
{
"name": "minipass-sized",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Minipass stream that raises an error if you get a different number of bytes than expected",

@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",

@@ -76,1 +76,7 @@ const t = require('tap')

})
t.test('exports SizeError class', t => {
t.isa(MPS.SizeError, 'function')
t.isa(MPS.SizeError.prototype, Error)
t.end()
})

Sorry, the diff of this file is too big to display

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