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

7

main.js

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

t.css("position", "absolute");
t.css("top", Math.max(0, (($(window).height() - t.outerHeight()) / 2) +
$(window).scrollTop()) + "px");
t.css("top", "50px");
t.css("left", Math.max(0, (($(window).width() - t.outerWidth()) / 2) +

@@ -175,4 +174,4 @@ $(window).scrollLeft()) + "px");

element.setAttribute("src", urlData);
element.setAttribute('width', '200');
element.setAttribute('height', '200');
element.setAttribute('width', '180');
element.setAttribute('height', '180');
element.classList.remove('absolute-both-center');

@@ -179,0 +178,0 @@ }

{
"name": "@smartface/smartface.emulator",
"version": "0.0.16",
"version": "0.0.17",
"description": "Smartface Emulator",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet