🎩 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.0.2
to
1.0.3
+1
-1
dist/bin.cjs

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

const version = "1.0.2";
const version = "1.0.3";

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

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

const version = "1.0.2";
const version = "1.0.3";

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

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

@@ -35,3 +35,3 @@ "type": "module",

"type": "git",
"url": "git+git@github.com:luoxiangfan/nodemv.git"
"url": "git+git@github.com:luoxiangfan/node-mv.git"
},

@@ -50,7 +50,7 @@ "keywords": [

"bugs": {
"url": "https://github.com/luoxiangfan/nodemv/issues"
"url": "https://github.com/luoxiangfan/node-mv/issues"
},
"homepage": "https://github.com/luoxiangfan/nodemv#readme",
"homepage": "https://github.com/luoxiangfan/node-mv#readme",
"devDependencies": {
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"prettier": "^3.3.3",

@@ -61,5 +61,5 @@ "typescript": "^5.6.3",

"dependencies": {
"makedirp": "^1.0.0",
"node-cpr": "^1.0.3",
"node-rmrf": "^1.0.3"
"makedirp": "^1.1.0",
"node-cpr": "^1.1.0",
"node-rmrf": "^1.0.4"
},

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