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
4
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
0.0.30

10

main.js

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

'Plugin', 'jquery', 'smf.updater', 'smf.analytics', 'dialog.confirm',
'smf.dispatcher', 'smf.project.checker', 'collab.util', 'info'
'smf.dispatcher', 'smf.project.checker', 'info', 'smf.user'
];

@@ -35,3 +35,4 @@ main.provides = ['smf.emulator'];

var smfProectChecker = imports['smf.project.checker'];
var collabUtil = imports['collab.util'];
var smfUser = imports["smf.user"];
var isUpdaterInProgress = true;

@@ -279,3 +280,2 @@

});
}

@@ -353,3 +353,3 @@

// Get the actual e-mail of the current user
collabUtil.getUserInfo(userMail, function(err, userInfo) {
smfUser.getUserInfo(userMail, function(err, userInfo) {
if (err) {

@@ -367,3 +367,3 @@ userMail = '';

}
collabUtil.getUserInfo(getOwnerUsername(window.location.href),
smfUser.getUserInfo(getOwnerUsername(window.location.href),
function(err, ownerInfo) {

@@ -370,0 +370,0 @@ if (err) {

{
"name": "@smartface/smartface.emulator",
"version": "0.0.29",
"version": "0.0.30",
"description": "Smartface Emulator",

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