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
19
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 1.1.2 to 1.1.3

4

build/ts/FormState.d.ts

@@ -57,4 +57,4 @@ import React from 'react';

render(): React.ReactNode;
validateForm(): Promise<unknown>;
reset: () => Promise<unknown>;
validateForm(): Promise<void>;
reset: () => Promise<void>;
private get formData();

@@ -61,0 +61,0 @@ private get dirty();

{
"name": "@shopify/react-form-state",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",

@@ -54,3 +54,3 @@ "description": "Manage React forms tersely and type-safely with no magic",

},
"gitHead": "798d03d90b914be7bcd43092910840fb7d58866f"
"gitHead": "1677c5acc6d5f72c51a2644a25dfbe9cec0b50f2"
}

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