Socket
Socket
Sign inDemoInstall

multipart-stream

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multipart-stream - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

package.json
{
"name": "multipart-stream",
"version": "1.0.0",
"version": "2.0.0",
"description": "Simple streaming nodejs module to build http multipart bodies.",

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

"dependencies": {
"sandwich-stream": "^0.0.4",
"sandwich-stream": "^1.0.0",
"inherits": "^2.0.1"

@@ -26,0 +26,0 @@ },

@@ -64,2 +64,10 @@ var test = require('tape')

t.end()
})
})
test('no error thrown if no streams are added', function(t) {
var mp = new Multipart()
t.doesNotThrow(function() {
mp.pipe(process.stdout)
})
t.end()
})
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