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

dom-lib

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-lib - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

5

lib/query/getPosition.js

@@ -38,2 +38,3 @@ 'use strict';

};
var offset = void 0;

@@ -51,3 +52,5 @@

if ((0, _nodeName2.default)(offsetParent) !== 'html') {
parentOffset = (0, _getOffset2.default)(offsetParent);
var nextParentOffset = (0, _getOffset2.default)(offsetParent);
parentOffset.top = nextParentOffset.top;
parentOffset.left = nextParentOffset.left;
}

@@ -54,0 +57,0 @@

2

package.json
{
"name": "dom-lib",
"version": "0.2.5",
"version": "0.2.6",
"description": "DOM helper library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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