Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

depsync

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depsync - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

2

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

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