Socket
Socket
Sign inDemoInstall

@types/yup

Package Overview
Dependencies
0
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.26.10 to 0.26.11

1

yup/index.d.ts

@@ -109,2 +109,3 @@ // Type definitions for yup 0.26

export interface StringSchema extends Schema<string> {
length(limit: number | Ref, message?: TestOptionsMessage): StringSchema;
min(limit: number | Ref, message?: TestOptionsMessage): StringSchema;

@@ -111,0 +112,0 @@ max(limit: number | Ref, message?: TestOptionsMessage): StringSchema;

4

yup/package.json
{
"name": "@types/yup",
"version": "0.26.10",
"version": "0.26.11",
"description": "TypeScript definitions for yup",

@@ -62,4 +62,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "d680b6cf82524a46b37819d0b32b66e938f618cb1559486cf8ceb954fd84b832",
"typesPublisherContentHash": "28e5c354fa60827e3d5f2e03cd5f5df9434d6d0cb00e91b4e1378ff677591b01",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 26 Feb 2019 23:30:35 GMT
* Last updated: Sat, 02 Mar 2019 01:57:48 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc