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

ee-formdata-reader

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-formdata-reader - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

4

lib/FormdataReader.js

@@ -48,4 +48,4 @@

, init: function( options ){
this.request = type.object( options.request ) ? options.request : options;
, init: function( options, request ){
this.request = type.object( request ) ? request : ( type.object( options.request ) ? options.request : options );

@@ -52,0 +52,0 @@ // get machine id

{
"name" : "ee-formdata-reader"
, "description" : "reads formdata from a request"
, "version" : "0.1.2"
, "version" : "0.1.4"
, "homepage" : "https://github.com/eventEmitter/ee-formdata-reader"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

@@ -25,3 +25,3 @@

, getHeader: function(){
return "multipart/form-data";
return "multipart/form-data; boundary=AaB03x";
}

@@ -28,0 +28,0 @@

Sorry, the diff of this file is not supported yet

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