Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@imean/sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imean/sdk - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

lib/replay/initDom.js

@@ -55,2 +55,3 @@ "use strict";

padding: '10px',
margin: '0 10px 0 0',
});

@@ -148,3 +149,3 @@ (0, setCss_1.default)(elSteps, {

width: '18px',
marginRight: '18px',
marginRight: '10px',
});

@@ -151,0 +152,0 @@ elOverScreen.appendChild(elOverScreenImg);

@@ -143,3 +143,8 @@ "use strict";

if (step.type === 'click') {
el.click();
var event = new MouseEvent('click', {
view: window,
bubbles: true,
cancelable: true,
});
el.dispatchEvent(event);
}

@@ -189,3 +194,2 @@ else if (step.type === 'dblclick') {

(0, setCss_1.default)(elSteps, {
maxWidth: box[2] + 'px',
left: rect.left - padding / 2 + 'px',

@@ -192,0 +196,0 @@ top: rect.bottom + padding + 'px',

{
"name": "@imean/sdk",
"version": "0.0.6",
"version": "0.0.7",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc