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

@ampify/aquery

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampify/aquery - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "@ampify/aquery",
"version": "2.0.5",
"version": "2.0.6",
"main": "./dist/aquery.js",

@@ -5,0 +5,0 @@ "module": "./src",

@@ -764,3 +764,3 @@ import jQuery from 'jquery';

if (elements instanceof Array) {
aQuery.keepElements(elements);
aQuery.keepElements(...elements);
} else {

@@ -770,4 +770,4 @@ keepElement(elements);

});
};
const keepElement = (element) => {

@@ -774,0 +774,0 @@ if (element instanceof jQuery) {

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