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.2.2 to 1.2.3

2

package.json
{
"name": "depsync",
"version": "1.2.2",
"version": "1.2.3",
"author": "Dom Chen",

@@ -5,0 +5,0 @@ "homepage": "http://www.idom.me/",

@@ -36,3 +36,3 @@ <p align="left">

{
"version": "1.1.6",
"version": "1.2.2",
"vars": {

@@ -103,8 +103,4 @@ "GIT_DOMAIN": "github.com",

{
"command": "npm install -g depsync",
"dir": "./"
},
{
"command": "depsync --v",
"dir": "./"
"command": "depsync --clean",
"dir": "third_party"
}

@@ -111,0 +107,0 @@ ]

@@ -183,3 +183,3 @@ //////////////////////////////////////////////////////////////////////////////////////

if (compareVersion(version, config.version) < 0) {
Utils.error("The DEPS config requires a high depsync tool version: " + configFileName);
Utils.error("The DEPS config requires a higher version of depsync tool: " + configFileName);
Utils.error("Requires version: " + config.version);

@@ -186,0 +186,0 @@ Utils.error("Current version: " + version);

@@ -35,3 +35,2 @@ //////////////////////////////////////////////////////////////////////////////////////

let item = this.item;
Utils.log("【depsync】executing action: " + item.command);
Utils.exec(item.command, item.dir);

@@ -38,0 +37,0 @@ callback && callback();

Sorry, the diff of this file is not supported yet

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