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

react-hook-form-jsonschema

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hook-form-jsonschema - npm Package Compare versions

Comparing version 0.2.0-beta.1 to 0.2.0-beta.2

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [0.2.0-beta.2] - 2020-01-30
### Fixed
- type of onChange possibly being undefined
## [0.2.0-beta.1] - 2020-01-29

@@ -12,0 +18,0 @@

2

output/components/types/index.d.ts

@@ -7,3 +7,3 @@ import React from 'react';

}
export declare type OnSubmitType = (data: JSONSchemaType, event: React.BaseSyntheticEvent) => void | Promise<void>;
export declare type OnSubmitType = (data: JSONSchemaType, event: React.BaseSyntheticEvent | undefined) => void | Promise<void>;
export declare type FormContextProps = {

@@ -10,0 +10,0 @@ validationMode?: Mode;

{
"name": "react-hook-form-jsonschema",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "Wrapper arround react-hook-form to create forms from a JSON schema.",

@@ -5,0 +5,0 @@ "main": "output/index.cjs.js",

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