Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "depsync", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"author": "Dom Chen", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.idom.me/", |
@@ -104,2 +104,4 @@ ////////////////////////////////////////////////////////////////////////////////////// | ||
function movePath(srcPath, dstPath) { | ||
srcPath = path.resolve(srcPath); | ||
dstPath = path.resolve(dstPath); | ||
if (!fs.existsSync(srcPath)) { | ||
@@ -109,2 +111,3 @@ return; | ||
try { | ||
createDirectory(path.dirname(dstPath)); | ||
fs.renameSync(srcPath, dstPath); | ||
@@ -111,0 +114,0 @@ } catch (e) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
52250
1234
0
2