New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smartfacecloud-updater

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartfacecloud-updater - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

snapshots/0.x/0.0.37.json

3

data.json

@@ -111,2 +111,5 @@ {

"description": "Bug fixes for smartface cli, Updated defaults.xml file"
},
"0.0.37": {
"description": "Revert back due to faulty smartface CLI package"
}

@@ -113,0 +116,0 @@ }

@@ -172,2 +172,5 @@ const execFile = require('child_process').execFile;

}
if (key === 'smartface' && globallyInstalledPackages[key].version === '5.0.9') {
return true;
}
if (semver.lt(globallyInstalledPackages[key].version, snapshotPackages[key])) {

@@ -174,0 +177,0 @@ return true;

2

package.json
{
"name": "smartfacecloud-updater",
"version": "0.0.36",
"version": "0.0.37",
"description": "Auto updater for SmartfaceCloud",

@@ -5,0 +5,0 @@ "main": "index.js",

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