Socket
Socket
Sign inDemoInstall

multiparty

Package Overview
Dependencies
2
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 4.1.1
* Douglas Christopher Wilson:
- Do not clobber existing temporary files
### 4.1.0

@@ -2,0 +7,0 @@

2

index.js

@@ -634,3 +634,3 @@ var stream = require('stream');

});
fs.open(publicFile.path, 'w', function(err, fd) {
fs.open(publicFile.path, 'wx', function(err, fd) {
if (err) return self.handleError(err);

@@ -637,0 +637,0 @@ var slicer = fdSlicer.createFromFd(fd, {autoClose: true});

{
"name": "multiparty",
"version": "4.1.0",
"version": "4.1.1",
"description": "multipart/form-data parser which supports streaming",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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