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

@olton/query

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@olton/query - npm Package Compare versions

Comparing version 0.4.18 to 0.4.19

.parcel-cache/39601887d15c1bff

2

package.json
{
"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") {

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