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.4.0 to 0.4.2

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Changelog

## [0.4.1]
## Fixed
- `<List />` no longer breaks on name generation.
## [0.4.0]

@@ -9,0 +15,0 @@

2

dist/components/List.js

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

var _this = this;
var _a = this.props, _b = _a.field, value = _b.value, initialValue = _b.initialValue, error = _b.error, onBlur = _b.onBlur, children = _a.children;
var _a = this.props, _b = _a.field, value = _b.value, initialValue = _b.initialValue, error = _b.error, name = _b.name, onBlur = _b.onBlur, children = _a.children;
return value.map(function (fieldValues, index) {

@@ -57,0 +57,0 @@ var innerFields = utilities_1.mapObject(fieldValues, function (value, fieldPath) {

{
"name": "@shopify/react-form-state",
"version": "0.4.0",
"version": "0.4.2",
"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