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

@lxf2513/node-mv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lxf2513/node-mv - npm Package Compare versions

Comparing version
1.3.1
to
1.3.2
+1
-1
dist/bin.cjs

@@ -12,3 +12,3 @@ #!/usr/bin/env node

const version = "1.3.1";
const version = "1.3.2";

@@ -15,0 +15,0 @@ const helpInfo = () => {

@@ -10,3 +10,3 @@ #!/usr/bin/env node

const version = "1.3.1";
const version = "1.3.2";

@@ -13,0 +13,0 @@ const helpInfo = () => {

{
"name": "@lxf2513/node-mv",
"version": "1.3.1",
"version": "1.3.2",
"description": "The 'mv' command implementation for nodejs.It will create all the necessary directories and destination file which not exist.",

@@ -53,11 +53,11 @@ "type": "module",

"devDependencies": {
"@types/node": "^22.15.2",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"unbuild": "^3.5.0"
"@types/node": "^24.10.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"unbuild": "^3.6.1"
},
"dependencies": {
"makedirp": "^1.3.1",
"node-cpr": "^1.4.1",
"node-rmrf": "^1.2.1"
"makedirp": "^1.3.2",
"node-cpr": "^1.4.2",
"node-rmrf": "^1.2.2"
},

@@ -64,0 +64,0 @@ "publishConfig": {