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
2
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.3

8

main.js

@@ -59,6 +59,12 @@ var SMFC_WS;

function parseHtmlForStaticPrefix(html) {
var rgx = /\@\{staticPrefix\}/g;
return html.replace(rgx, staticPrefix);
}
function draw() {
if (drawn) return;
drawn = true;
ui.insertHtml(document.body, require("text!./emulator.html"), plugin);
var markup = parseHtmlForStaticPrefix(require("text!./emulator.html"));
ui.insertHtml(document.body, markup, plugin);
var t = $("#smf-emulator-wizard");

@@ -65,0 +71,0 @@ t.draggable({

2

package.json
{
"name": "@smartface/smartface.emulator",
"version": "0.0.2",
"version": "0.0.3",
"description": "SmartfaceCloud Emulator",

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

Sorry, the diff of this file is not supported yet