ee-formdata-reader
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -7,4 +7,4 @@ | ||
, EventEmitter = require( "ee-event-emitter" ) | ||
, machineId = require( "ee-machine-id" ) | ||
, log = require( "ee-log" ) | ||
, crypto = require('crypto') | ||
, path = require( "path" ) | ||
@@ -45,3 +45,3 @@ , MimeDecoder = require( "ee-mime-decoder" ) | ||
, pid : process.pid | ||
, machineId : null | ||
, machineId : crypto.createHash('md5').update('whatever'+Math.random()+crypto.pseudoRandomBytes(20)).digest('hex') | ||
@@ -59,5 +59,5 @@ | ||
// get machine id | ||
machineId.get( function( id ){ | ||
/*machineId.get( function( id ){ | ||
this.machineId = id; | ||
}.bind( this ) ); | ||
}.bind( this ) );*/ | ||
@@ -64,0 +64,0 @@ // store settings |
{ | ||
"name" : "ee-formdata-reader" | ||
, "description" : "reads formdata from requests" | ||
, "version" : "0.1.10" | ||
, "version" : "0.1.11" | ||
, "homepage" : "https://github.com/eventEmitter/ee-formdata-reader" | ||
@@ -20,3 +20,3 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" | ||
, "dependencies": { | ||
"ee-class" : "0.2.x" | ||
"ee-class" : "0.3.x" | ||
, "ee-log" : "0.2.x" | ||
@@ -26,3 +26,2 @@ , "ee-error" : "0.1.x" | ||
, "ee-types" : "0.1.x" | ||
, "ee-machine-id" : "0.1.x" | ||
, "ee-mime-decoder" : "0.1.x" | ||
@@ -29,0 +28,0 @@ , "ee-stream-url-decoder" : "0.1.x" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14339
8
- Removedee-machine-id@0.1.x
- Removedee-class@0.2.8(transitive)
- Removedee-machine-id@0.1.1(transitive)
- Removedee-waiter@0.1.1(transitive)
Updatedee-class@0.3.x