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.0.14 to 0.0.15

1

lib/DOMMouseMoveTracker.js

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

*/
function DOMMouseMoveTracker(onMove, onMoveEnd, domNode) {

@@ -17,0 +16,0 @@ _classCallCheck(this, DOMMouseMoveTracker);

6

lib/query.js

@@ -142,7 +142,7 @@ 'use strict';

_offsetParent = _offsetParent || offsetParent(node);
_offset = offset(node);
_offsetParent = _offsetParent || getOffsetParent(node);
_offset = getOffset(node);
if (nodeName(_offsetParent) !== 'html') {
_parentOffset = offset(_offsetParent);
_parentOffset = getOffset(_offsetParent);
}

@@ -149,0 +149,0 @@

{
"name": "dom-lib",
"version": "0.0.14",
"version": "0.0.15",
"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