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.0 to 2.0.1

2

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

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

@@ -761,2 +761,10 @@ import jQuery from 'jquery';

aQuery.keepElements = (elements) => {
elements.forEach(element => {
const func = element instanceof jQuery ?
element.attr : element.setAttribute;
func('ampify-keep', '');
});
};
aQuery.injectCss = injectCss;

@@ -763,0 +771,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