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

@smartface/smartface.emulator

Package Overview
Dependencies
Maintainers
7
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/smartface.emulator - npm Package Compare versions

Comparing version

to
6.3.2

10

main.js

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

var smfProjectChecker = imports['smf.project.checker'];
var smfUser = imports["smf.user"];
var smfUser = imports["smf.user"];

@@ -128,3 +128,7 @@ var isUpdaterInProgress = true;

function() {
smfProjectChecker.show(reportObj);
runEmulator();
}, {
"yes": "Stop",
"no": "Continue"
});

@@ -371,3 +375,3 @@ }

user: userMail,
ssl : ('https:' == document.location.protocol) ? '1' : '0'
ssl: ('https:' == document.location.protocol) ? '1' : '0'
});

@@ -379,2 +383,2 @@ });

}
});
});
{
"name": "@smartface/smartface.emulator",
"version": "6.3.1",
"version": "6.3.2",
"description": "Smartface Emulator",

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