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.3.0 to 1.3.1

4

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

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

},
"gitHead": "2f52d0962543ded5625ac0817036edf832eb6905"
"gitHead": "61a774810a6f974ac8be989ed9e59ee73c879baf"
}

@@ -26,3 +26,3 @@ const defaults = {

const createForm = (
{ form, url, proxy, success, error, submit, fields = [], debug },
{ form, url, proxy, redirect, success, error, submit, fields = [], debug },
$,

@@ -43,2 +43,5 @@ ) => {

fields.push({ name: 'ampifyProxyAction', value: action });
if (redirect) {
fields.push({ name: 'redirect', value: redirect });
}
}

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