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
13
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.11.7 to 0.11.8

7

CHANGELOG.md

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

<!-- ## Unreleased -->
## [0.11.8] - 2019-08-29
### Fixed
- Fixed using multiple layers deep of nested `<List />` inside of `<List />`
## [0.11.3]

@@ -10,0 +17,0 @@

4

dist/components/List.js

@@ -38,3 +38,5 @@ "use strict";

var innerFields = utilities_1.mapObject(fieldValues, function (value, fieldPath) {
var initialFieldValue = initialValue[index] && initialValue[index][fieldPath];
var initialFieldValue = initialValue &&
initialValue[index] &&
initialValue[index][fieldPath];
return {

@@ -41,0 +43,0 @@ value: value,

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