Socket
Socket
Sign inDemoInstall

jason-react-form

Package Overview
Dependencies
20
Maintainers
14
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.0 to 3.13.1

build/precache-manifest.8b19e40298987650683434f3194e188d.js

2

build/asset-manifest.json
{
"main.js": "/static/js/main.js",
"index.html": "/index.html",
"precache-manifest.e4ec782c9c1d7cd816351fc2e92913a9.js": "/precache-manifest.e4ec782c9c1d7cd816351fc2e92913a9.js",
"precache-manifest.8b19e40298987650683434f3194e188d.js": "/precache-manifest.8b19e40298987650683434f3194e188d.js",
"service-worker.js": "/service-worker.js"
}

@@ -17,3 +17,3 @@ /**

importScripts(
"/precache-manifest.e4ec782c9c1d7cd816351fc2e92913a9.js"
"/precache-manifest.8b19e40298987650683434f3194e188d.js"
);

@@ -20,0 +20,0 @@

{
"name": "jason-react-form",
"version": "3.13.0",
"version": "3.13.1",
"main": "build/static/js/main.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -27,11 +27,11 @@ import 'react-app-polyfill/ie11';

action={this.action}
onReady={ this.onReady }
handleZipcodeExternalLinkClick={ event => this.handleZipcodeExternalLinkClick(event) }
onZipcodeFetchSuccess={ (data) => { this.onZipcodeFetchSuccess(data); } }
onZipcodeFetchError={ (data) => { this.onZipcodeFetchError(data); } }
onSubmit={ this.onSubmit }
onSubmitSuccess={ this.onSubmitSuccess }
onSubmitFieldError={ this.onSubmitFieldError }
onSubmitError={ this.onSubmitError }
onStepChange={ this.onStepChange }
onReady={this.onReady}
handleZipcodeExternalLinkClick={event => this.handleZipcodeExternalLinkClick(event)}
onZipcodeFetchSuccess={(data) => { this.onZipcodeFetchSuccess(data); }}
onZipcodeFetchError={(data) => { this.onZipcodeFetchError(data); }}
onSubmit={this.onSubmit}
onSubmitSuccess={this.onSubmitSuccess}
onSubmitFieldError={this.onSubmitFieldError}
onSubmitError={this.onSubmitError}
onStepChange={this.onStepChange}
mustShowBreadcrumb={this.mustShowBreadcrumb}

@@ -42,3 +42,5 @@ ref={(component) => { this.form = component; }}

backButtonText={this.backButtonText}
enableBackButton={this.enableBackButton} />,
enableBackButton={this.enableBackButton}
changeSubmitPayload={this.changeSubmitPayload}
/>,
this.element,

@@ -45,0 +47,0 @@ );

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc