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.11.20 to 0.11.21

9

CHANGELOG.md

@@ -5,5 +5,6 @@ # Changelog

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<!-- ## Unreleased -->
<!-- ## [Unreleased] -->

@@ -82,3 +83,3 @@ ## [0.11.11] - 2019-10-01

## [0.6]
## [0.6.0]

@@ -89,3 +90,3 @@ ### Added

## [0.5]
## [0.5.0]

@@ -92,0 +93,0 @@ ### Added

@@ -59,8 +59,8 @@ import React from 'react';

reset: () => Promise<unknown>;
private readonly formData;
private readonly dirty;
private readonly valid;
private readonly hasClientErrors;
private readonly clientErrors;
private readonly fields;
private get formData();
private get dirty();
private get valid();
private get hasClientErrors();
private get clientErrors();
private get fields();
private submit;

@@ -67,0 +67,0 @@ private fieldWithHandlers;

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

_this.fieldsWithHandlers = new WeakMap();
// eslint-disable-next-line shopify/react-prefer-private-members
// eslint-disable-next-line @shopify/react-prefer-private-members
_this.reset = function () {

@@ -116,3 +116,3 @@ return new Promise(function (resolve) {

};
// eslint-disable-next-line shopify/react-prefer-private-members
// eslint-disable-next-line @shopify/react-prefer-private-members
FormState.prototype.validateForm = function () {

@@ -119,0 +119,0 @@ var _this = this;

{
"name": "@shopify/react-form-state",
"version": "0.11.20",
"version": "0.11.21",
"license": "MIT",

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

"@shopify/enzyme-utilities": "^2.1.9",
"@shopify/useful-types": "^2.1.4",
"@shopify/useful-types": "^2.1.5",
"faker": "^4.1.0"

@@ -38,0 +38,0 @@ },

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