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

v3-installer

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v3-installer - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

src/utils/CacheUtils.js

4

package.json
{
"name": "v3-installer",
"version": "1.0.23",
"version": "1.0.24",
"description": "v3二次开发插件安装器",

@@ -29,2 +29,2 @@ "main": "index.js",

}
}
}

@@ -121,4 +121,4 @@ const configUtils = require('../utils/ConfigUtils');

}).catch(err => {
console.log(err.message);
this._afterInstall();
reject(err);
return;
})

@@ -221,4 +221,3 @@ }

this._afterInstall();
console.error(error);
reject();
reject(error);
}

@@ -225,0 +224,0 @@ })

@@ -111,3 +111,3 @@ /**

} catch (e) {
reject("从vstore获取文件id失败!");
reject(`从vstore获取文件id失败,${body.msg||''}`);
}

@@ -114,0 +114,0 @@ });

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