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.15 to 0.0.16

snapshots/0.x/0.0.16.json

5

data.json

@@ -1,2 +0,2 @@

{
{
"0.x": {

@@ -48,2 +48,5 @@ "meta": {

"description": "Updated dispatcher to 0.0.13"
},
"0.0.16": {
"description": "Updated smartface to 0.1.32"
}

@@ -50,0 +53,0 @@ }

6

index.js

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

const semver = require('semver');
const PACKAGE_VERSION = '0.0.15';
const PACKAGE_VERSION = '0.0.16';

@@ -41,3 +41,3 @@ const CURRENT_VERSION = {

}
});
});
}

@@ -58,3 +58,3 @@

elem.installed = false;
if (globallyInstalledPackages.dependencies &&
if (globallyInstalledPackages.dependencies &&
globallyInstalledPackages.dependencies[elem.name] &&

@@ -61,0 +61,0 @@ globallyInstalledPackages.dependencies[elem.name].version &&

{
"name": "smartfacecloud-updater",
"version": "0.0.15",
"version": "0.0.16",
"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