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

@smartface/smartface.updater

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/smartface.updater - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "@smartface/smartface.updater",
"version": "0.0.9",
"version": "0.0.10",
"description": "SmartfaceCloud Updater plugin",

@@ -5,0 +5,0 @@ "main": "smf.updater.js",

@@ -113,3 +113,3 @@ define(function(require, exports, module) {

function checkUpdate() {
if (window.location.search.indexOf('skipUpdate=1') > -1) {
if (!c9.isAdmin || window.location.search.indexOf('skipUpdate=1') > -1) {
return closeDialog();

@@ -116,0 +116,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