Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cprf", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Recursively copy files and directories", | ||
@@ -5,0 +5,0 @@ "main": "cprf.js", |
@@ -59,3 +59,3 @@ # cprf | ||
- `stats` - the `[fs.Stat](http://nodejs.org/api/fs.html#fs_class_fs_stats)` object resulting from running `[fs.lstat()](http://nodejs.org/api/fs.html#fs_fs_lstat_path_callback)` on the source; | ||
- `stats` - the [`fs.Stat`](http://nodejs.org/api/fs.html#fs_class_fs_stats) object resulting from running [`fs.lstat()`](http://nodejs.org/api/fs.html#fs_fs_lstat_path_callback) on the source; | ||
- `src` - the absolute source path; | ||
@@ -70,3 +70,3 @@ - `dest` - the absolute destination path; | ||
#### 2.0.0 | ||
#### 2.0.1 | ||
@@ -73,0 +73,0 @@ - Add ability to customize copy procedure via the copy event. |
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
0