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

@loki/browser

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loki/browser - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

4

package.json
{
"name": "@loki/browser",
"version": "0.19.0",
"version": "0.19.1",
"description": "Loki browser integration",

@@ -28,3 +28,3 @@ "keywords": [

},
"gitHead": "978b4f7b498566bd581169090daba51a01590415"
"gitHead": "a7b1c1a49a4779333838af342ea35607c30ff6a5"
}

@@ -16,4 +16,4 @@ const getSelectorBoxSize = (window, selector) => {

style.opacity === '0' ||
style.width === '0px' ||
style.height === '0px'
((style.width === '0px' || style.height === '0px') &&
style.padding === '0px')
);

@@ -20,0 +20,0 @@ };

@@ -18,2 +18,3 @@ const getSelectorBoxSize = require('./get-selector-box-size');

height: `${height}px`,
padding: '0px',
});

@@ -20,0 +21,0 @@ },

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