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

uniforms

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniforms - npm Package Compare versions

Comparing version 3.0.0-rc.2 to 3.0.0-rc.3

2

es5/types.d.ts

@@ -42,3 +42,3 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react';

name: string;
onChange(value?: Value, name?: string): void;
onChange(value?: Value | null, name?: string): void;
placeholder: string;

@@ -45,0 +45,0 @@ showInlineError: boolean;

@@ -42,3 +42,3 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react';

name: string;
onChange(value?: Value, name?: string): void;
onChange(value?: Value | null, name?: string): void;
placeholder: string;

@@ -45,0 +45,0 @@ showInlineError: boolean;

{
"name": "uniforms",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"license": "MIT",

@@ -35,3 +35,3 @@ "main": "es5/index.js",

},
"gitHead": "90b988f62a1f8b31101c4d49776840f62b5be2ff"
"gitHead": "ecdb0297c75ea20fccf95b73c8ab63d9c583a500"
}

@@ -52,3 +52,3 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react';

name: string;
onChange(value?: Value, name?: string): void;
onChange(value?: Value | null, name?: string): void;
placeholder: string;

@@ -55,0 +55,0 @@ showInlineError: boolean;

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