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
12
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.8.1 to 0.8.2

2

dist/components/List.js

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

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

@@ -48,0 +48,0 @@ value: value,

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

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