New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/react-form

Package Overview
Dependencies
Maintainers
27
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-form - npm Package Compare versions

Comparing version 0.0.0-snapshot-20230426140136 to 0.0.0-snapshot-20230428103020

2

build/ts/hooks/list/hooks/handlers.d.ts
/// <reference types="react" />
import type { FieldDictionary, NormalizedValidationDictionary } from '../../../types';
import type { ListState, ListAction } from './index';
import type { ListState, ListAction } from './reducer';
export declare function useHandlers<Item extends object>(state: ListState<Item>, dispatch: React.Dispatch<ListAction<Item>>, validationConfigs: NormalizedValidationDictionary<any>): FieldDictionary<Item>[];
//# sourceMappingURL=handlers.d.ts.map
{
"name": "@shopify/react-form",
"version": "0.0.0-snapshot-20230426140136",
"version": "0.0.0-snapshot-20230428103020",
"license": "MIT",

@@ -39,3 +39,3 @@ "description": "Manage React forms tersely and safely-typed with no magic using React hooks",

"@shopify/predicates": "^3.0.1",
"@shopify/react-hooks": "0.0.0-snapshot-20230426140136",
"@shopify/react-hooks": "0.0.0-snapshot-20230428103020",
"fast-deep-equal": "^3.1.3",

@@ -42,0 +42,0 @@ "get-value": "^3.0.1"

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