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.1 to 1.0.2

3

index.js

@@ -11,2 +11,5 @@ const Minipass = require('minipass')

}
get name () {
return 'SizeError'
}
}

@@ -13,0 +16,0 @@

2

package.json
{
"name": "minipass-sized",
"version": "1.0.1",
"version": "1.0.2",
"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)",

@@ -21,2 +21,3 @@ const t = require('tap')

code: 'EBADSIZE',
name: 'SizeError',
})

@@ -33,2 +34,3 @@ t.end()

found: 0,
name: 'SizeError',
expect: 999,

@@ -35,0 +37,0 @@ code: 'EBADSIZE',

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