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 1.2.17 to 1.3.0

4

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

@@ -37,3 +37,3 @@ "module": "./src",

},
"gitHead": "3731cac071ac5d0a564cc388afd1491f224c9cf4"
"gitHead": "2f52d0962543ded5625ac0817036edf832eb6905"
}

@@ -747,6 +747,6 @@ import jQuery from 'jquery';

aQuery.cssIgnore = (...ignoreList) => {
if (ignoreList.length) {
return ignoreList.forEach((ignore) => cssIgnore.add(`${ignore}`));
}
return ignoreList.forEach((ignore) => cssIgnore.add(`${ignore}`));
};
aQuery.getCssIgnore = () => {
return Array.from(cssIgnore).filter(

@@ -756,3 +756,2 @@ (ignore) => !/#__ampify__/.test(ignore),

};
aQuery.injectCss = injectCss;

@@ -759,0 +758,0 @@

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