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

dom-align

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-align - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

es/getVisibleRectForElement.js

@@ -67,3 +67,3 @@ import utils from './utils';

// We should cut this ourself.
var bodyStyle = getComputedStyle(body);
var bodyStyle = window.getComputedStyle(body);
if (bodyStyle.overflowX === 'hidden') {

@@ -70,0 +70,0 @@ documentWidth = win.innerWidth;

@@ -83,3 +83,3 @@ 'use strict';

// We should cut this ourself.
var bodyStyle = getComputedStyle(body);
var bodyStyle = window.getComputedStyle(body);
if (bodyStyle.overflowX === 'hidden') {

@@ -86,0 +86,0 @@ documentWidth = win.innerWidth;

{
"name": "dom-align",
"version": "1.8.1",
"version": "1.8.2",
"description": "Align DOM Node Flexibly ",

@@ -5,0 +5,0 @@ "keywords": [

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