🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

cpr-dir

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpr-dir - npm Package Compare versions

Comparing version
1.1.0
to
1.1.2
+4
-4
package.json
{
"name": "cpr-dir",
"version": "1.1.0",
"version": "1.1.2",
"description": "Copy directory recursively like `cp -r` command",

@@ -49,9 +49,9 @@ "type": "module",

"@types/async": "^3.2.24",
"@types/node": "^22.13.9",
"@types/node": "^22.15.2",
"prettier": "^3.5.3",
"typescript": "^ 5.8.2",
"typescript": "^ 5.8.3",
"unbuild": "^3.5.0"
},
"dependencies": {
"@lxf2513/readdir-sync-recursive": "^1.3.1",
"@lxf2513/readdir-sync-recursive": "^1.3.2",
"async": "^3.2.6"

@@ -58,0 +58,0 @@ },