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 0.11.28 to 0.12.0-sk-next-beta.0

build/cjs/components/index.js

32

package.json
{
"name": "@shopify/react-form-state",
"version": "0.11.28",
"version": "0.12.0-sk-next-beta.0",
"license": "MIT",
"description": "Manage React forms tersely and type-safely with no magic",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -26,3 +26,3 @@ "build": "tsc --p tsconfig.json"

"dependencies": {
"@shopify/predicates": "^1.2.7",
"@shopify/predicates": "^1.3.0-sk-next-beta.0",
"fast-deep-equal": "^2.0.1",

@@ -35,4 +35,4 @@ "tslib": "^1.14.1"

"devDependencies": {
"@shopify/enzyme-utilities": "^2.1.14",
"@shopify/useful-types": "^2.2.1",
"@shopify/enzyme-utilities": "^2.2.0-sk-next-beta.0",
"@shopify/useful-types": "^2.3.0-sk-next-beta.0",
"faker": "^4.1.0"

@@ -42,5 +42,19 @@ },

"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
".": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
}
}
# `@shopify/react-form-state`
[![Build Status](https://travis-ci.org/Shopify/quilt.svg?branch=master)](https://travis-ci.org/Shopify/quilt)
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg)](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg)

@@ -5,0 +6,0 @@

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