Comparing version 3.0.0 to 3.0.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
var fs = require('graceful-fs'); | ||
var fsP = pify.all(fs, Promise); | ||
var fsP = pify(fs, Promise); | ||
var mkdirp = require('mkdirp'); | ||
@@ -36,5 +36,7 @@ var mkdirpP = pify(mkdirp, Promise); | ||
}); | ||
read.on('readable', function () { | ||
resolve(read); | ||
}); | ||
read.on('end', function () { | ||
@@ -41,0 +43,0 @@ resolve(read); |
{ | ||
"name": "cp-file", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Copy a file", | ||
@@ -48,4 +48,4 @@ "license": "MIT", | ||
"nested-error-stacks": "^1.0.1", | ||
"object-assign": "^3.0.0", | ||
"pify": "^2.2.0", | ||
"object-assign": "^4.0.1", | ||
"pify": "^2.3.0", | ||
"pinkie-promise": "^1.0.0" | ||
@@ -55,3 +55,3 @@ }, | ||
"buffer-equals": "^1.0.3", | ||
"istanbul": "^0.3.13", | ||
"istanbul": "^0.4.0", | ||
"mocha": "*", | ||
@@ -58,0 +58,0 @@ "rewire": "^2.3.1", |
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
7461
+ Addedobject-assign@4.1.1(transitive)
- Removedobject-assign@3.0.0(transitive)
Updatedobject-assign@^4.0.1
Updatedpify@^2.3.0