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

use-state-validate

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-state-validate - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4

2

dist/index.d.ts

@@ -6,3 +6,3 @@ export interface IStateWithValidation<T> {

isValid: boolean;
name: string;
name?: string;
type?: string;

@@ -9,0 +9,0 @@ value: T;

{
"name": "use-state-validate",
"version": "2.5.3",
"version": "2.5.4",
"description": "Custom hook to account for state and validation off single state value",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -200,3 +200,3 @@ # use-state-validate

### Changelog
* v2.5.3 - Bugfix - required, message type
* v2.5.4 - Bugfix - required, message type
* v2.5.1 - Bugfix

@@ -203,0 +203,0 @@ * v2.4.0 - Adds name to IStateValidateRules and validation wrapper

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