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.31

8

main.js

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

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

@@ -100,3 +100,3 @@

function show() {
smfProectChecker.check(function(err, reportObj) {
smfProjectChecker.check(function(err, reportObj) {
if (err) return console.error(err);

@@ -113,3 +113,3 @@

else if (warnings !== 0 && errors === 0) {
smfProectChecker.show(reportObj);
smfProjectChecker.show(reportObj);
runEmulator();

@@ -140,3 +140,3 @@ }

function() {
smfProectChecker.show(reportObj);
smfProjectChecker.show(reportObj);
},

@@ -143,0 +143,0 @@ function() {

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

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