New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.1.10

7

lib/FormdataReader.js

@@ -49,4 +49,9 @@

, init: function( options, request ){
var contentType;
this.request = type.object( request ) ? request : ( type.object( options.request ) ? options.request : options );
contentType = this.request.getHeader( "content-type" );
// get machine id

@@ -64,2 +69,4 @@ machineId.get( function( id ){

if (!contentType) return;

@@ -66,0 +73,0 @@ // select the correct MimeDecoder

2

package.json
{
"name" : "ee-formdata-reader"
, "description" : "reads formdata from requests"
, "version" : "0.1.9"
, "version" : "0.1.10"
, "homepage" : "https://github.com/eventEmitter/ee-formdata-reader"

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

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