Socket
Socket
Sign inDemoInstall

formsy-react

Package Overview
Dependencies
Maintainers
9
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formsy-react - npm Package Compare versions

Comparing version 2.0.0-beta.6 to 2.0.0-beta.7

6

CHANGELOG.md

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

#### [v2.0.0-beta.6](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.5...v2.0.0-beta.6)
> 28 October 2019
- Dependabot Automatic Library Bumps [`#272`](https://github.com/formsy/formsy-react/pull/272)
#### [v2.0.0-beta.5](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.4...v2.0.0-beta.5)

@@ -9,0 +15,0 @@

7

dist/index.d.ts

@@ -141,10 +141,11 @@ import React from 'react';

className?: string;
contentEditable?: boolean;
contentEditable?: boolean | "inherit" | "false" | "true";
contextMenu?: string;
draggable?: boolean;
draggable?: boolean | "false" | "true";
id?: string;
lang?: string;
placeholder?: string;
spellCheck?: boolean;
spellCheck?: boolean | "false" | "true";
tabIndex?: number;
translate?: "yes" | "no";
radioGroup?: string;

@@ -151,0 +152,0 @@ role?: string;

{
"name": "formsy-react",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "A form input builder and validator for React",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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