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.19 to 0.5.0

2

package.json
{
"name": "@olton/query",
"version": "0.4.19",
"version": "0.5.0",
"description": "Query is a minimalist JavaScript library for manipulating with HTML Elements",

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

@@ -71,3 +71,15 @@ import {inViewport} from "../helpers/in-viewport.js";

})
},
disable(){
return this.each((_, el)=>{
$(el).attr("disabled", "disabled")
})
},
enable(){
return this.each((_, el)=>{
$(el).removeAttr("disabled")
})
}
}
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