Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,5 @@ | ||
0.3.1 / 2012-10-11 | ||
------------------ | ||
* Fixed some stray globals. | ||
0.3.0 / 2012-10-09 | ||
@@ -2,0 +6,0 @@ ------------------ |
@@ -7,3 +7,3 @@ var fs = require('fs') | ||
copyFileSync = function(srcFile, destFile) { | ||
var copyFileSync = function(srcFile, destFile) { | ||
var bytesRead, fdr, fdw, pos; | ||
@@ -23,3 +23,3 @@ fdr = fs.openSync(srcFile, 'r'); | ||
copyFile = function(srcFile, destFile, cb) { | ||
var copyFile = function(srcFile, destFile, cb) { | ||
var fdr, fdw; | ||
@@ -26,0 +26,0 @@ fdr = fs.createReadStream(srcFile); |
{ | ||
"name": "fs-extra", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", | ||
@@ -5,0 +5,0 @@ "homepage": [ |
@@ -98,3 +98,3 @@ [![build status](https://secure.travis-ci.org/jprichardson/node-fs-extra.png)](http://travis-ci.org/jprichardson/node-fs-extra) | ||
### remove() | ||
### remove() / delete() | ||
@@ -192,9 +192,4 @@ Removes a file or directory. The directory can have contents. Like `rm -rf`. | ||
TODO | ||
---- | ||
* Remove all CoffeeScript from tests. | ||
Author | ||
@@ -201,0 +196,0 @@ ------ |
Sorry, the diff of this file is not supported yet
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20727
0
0
222