New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cprf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cprf - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"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.

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