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.10.3 to 0.10.4

1

dist/FormState.js

@@ -360,3 +360,2 @@ "use strict";

});
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
return tslib_1.__assign({}, state, { fields: updatedFields });

@@ -363,0 +362,0 @@ }

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

var _c = tslib_1.__read(path), current = _c[0], rest = _c.slice(1);
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
return tslib_1.__assign({}, rootObject, (_b = {}, _b[current] = set(rootObject[current] || {}, rest, value), _b));

@@ -48,0 +47,0 @@ }

2

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

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

@@ -534,3 +534,2 @@ /* eslint-disable no-case-declarations */

// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
return {

@@ -537,0 +536,0 @@ ...state,

@@ -48,3 +48,2 @@ import isEqual from 'fast-deep-equal';

// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
return {

@@ -51,0 +50,0 @@ ...(rootObject as any),

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