@olton/query
Advanced tools
Comparing version 0.4.18 to 0.4.19
{ | ||
"name": "@olton/query", | ||
"version": "0.4.18", | ||
"version": "0.4.19", | ||
"description": "Query is a minimalist JavaScript library for manipulating with HTML Elements", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,3 +21,3 @@ import {inViewport} from "../helpers/in-viewport.js"; | ||
const displayState = getComputedStyle(el, null)['display'] | ||
$(el).data('display-state', el.style.display) | ||
$(el).data('display-state', displayState) | ||
el.style.display = 'none'; | ||
@@ -24,0 +24,0 @@ if (typeof cb === "function") { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10684129
131
4