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.4.2 to 1.5.0

src/utils/replace.js

4

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

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

},
"gitHead": "03ca17fa1c995740f7669effbc2af2e33bc670a0"
"gitHead": "4d1a31ccf18a0c0812f103c5bb36676f8f4f08bb"
}
import jQuery from 'jquery';
import cssIgnore from './utils/cssIgnore';
import cssReplace from './utils/replace';
import injectCss from './utils/addCss';

@@ -762,2 +763,8 @@ import autoComplete from './utils/autoComplete';

};
aQuery.cssReplace = (replace) => {
Object.assign(cssReplace, replace);
};
aQuery.getCssReplace = () => {
return cssReplace;
};
aQuery.injectCss = injectCss;

@@ -764,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