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

@shopify/react-form-state

Package Overview
Dependencies
Maintainers
10
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-form-state - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

dist/components/List.js

@@ -59,3 +59,3 @@ "use strict";

error: get_1.default(error, [index, fieldPath]),
onChange: _this.handleChange(index, fieldPath),
onChange: _this.handleChange({ index: index, key: fieldPath }),
};

@@ -68,4 +68,5 @@ });

};
List.prototype.handleChange = function (index, key) {
List.prototype.handleChange = function (_a) {
var _this = this;
var index = _a.index, key = _a.key;
return function (newValue) {

@@ -72,0 +73,0 @@ var _a;

2

package.json
{
"name": "@shopify/react-form-state",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Manage react forms tersely and type-safe with no magic.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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