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

@ampify/aquery

Package Overview
Dependencies
Maintainers
3
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.9 to 1.2.10

4

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

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

},
"gitHead": "15395dc11c465f876d1003cabefc198e3505c4fb"
"gitHead": "f405dc34a401c5f46dc608ecba65e0a5efb86ea3"
}

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

for (const node of this.nodes) {
if (node.nodeType === 1) {
if (node.nodeType === 1 && node !== document.body) {
node.setAttribute('ampify-keep', '');

@@ -385,3 +385,3 @@ }

for (const node of this.nodes) {
if (node.nodeType === 1) {
if (node.nodeType === 1 && node !== document.body) {
node.setAttribute('ampify-keep', '');

@@ -601,3 +601,3 @@ }

for (const node of this.nodes) {
if (node.nodeType === 1) {
if (node.nodeType === 1 && node !== document.body) {
node.setAttribute('ampify-keep', '');

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