Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@domonda/form

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domonda/form - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.3.5](https://github.com/domonda/domonda-js/compare/@domonda/form@2.3.4...@domonda/form@2.3.5) (2020-07-01)
**Note:** Version bump only for package @domonda/form
## [2.3.4](https://github.com/domonda/domonda-js/compare/@domonda/form@2.3.3...@domonda/form@2.3.4) (2020-05-15)

@@ -8,0 +16,0 @@

2

Form.d.ts

@@ -16,3 +16,3 @@ /**

}
export declare type FormDefaultValues = object | Array<any>;
export declare type FormDefaultValues = Record<string, any> | Array<any>;
export declare type FormSubmitHandler<T extends FormDefaultValues> = (values: T, form: Form<T>) => any | Promise<any>;

@@ -19,0 +19,0 @@ export interface FormConfig<T extends FormDefaultValues> {

{
"name": "@domonda/form",
"version": "2.3.4",
"version": "2.3.5",
"description": "Powerful yet simple form library built using @domonda/plumb.",

@@ -20,3 +20,3 @@ "keywords": [

"dependencies": {
"@domonda/plumb": "^2.2.8",
"@domonda/plumb": "^2.2.9",
"fast-equals": "^2.0.0",

@@ -23,0 +23,0 @@ "lodash.get": "^4.4.2",

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