@types/yup
Advanced tools
Comparing version 0.26.6 to 0.26.7
@@ -11,2 +11,3 @@ // Type definitions for yup 0.26 | ||
// Yusuke Sato <https://github.com/sat0yu> | ||
// Dan Rumney <https://github.com/dancrumb> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -70,3 +71,4 @@ // TypeScript Version: 2.8 | ||
withMutation(fn: (current: this) => void): void; | ||
default(value?: any): this; | ||
default(value: any): this; | ||
default(): T; | ||
nullable(isNullable: boolean): this; | ||
@@ -73,0 +75,0 @@ required(message?: TestOptionsMessage): this; |
{ | ||
"name": "@types/yup", | ||
"version": "0.26.6", | ||
"version": "0.26.7", | ||
"description": "TypeScript definitions for yup", | ||
@@ -46,2 +46,7 @@ "license": "MIT", | ||
"githubUsername": "sat0yu" | ||
}, | ||
{ | ||
"name": "Dan Rumney", | ||
"url": "https://github.com/dancrumb", | ||
"githubUsername": "dancrumb" | ||
} | ||
@@ -57,4 +62,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "10092bc678201647bbed153b1be6be0e07d60f78f952181296ec550cb80a8840", | ||
"typesPublisherContentHash": "1580bd05d1f7ddabe0715f24a9df067524b0081b037bbf4da30be49c7eea44c7", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for yup (https://github.com/jquense/yup). | ||
This package contains type definitions for yup ( https://github.com/jquense/yup ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT | ||
* Last updated: Mon, 28 Jan 2019 20:42:50 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Dominik Hardtke <https://github.com/dhardtke>, Vladyslav Tserman <https://github.com/vtserman>, Moreton Bay Regional Council <https://github.com/MoretonBayRC>, Sindre Seppola <https://github.com/sseppola>, Yash Kulshrestha <https://github.com/YashdalfTheGray>, Vincent Pizzo <https://github.com/vincentjames501>, Robert Bullen <https://github.com/robertbullen>, Yusuke Sato <https://github.com/sat0yu>. | ||
These definitions were written by Dominik Hardtke <https://github.com/dhardtke>, Vladyslav Tserman <https://github.com/vtserman>, Moreton Bay Regional Council <https://github.com/MoretonBayRC>, Sindre Seppola <https://github.com/sseppola>, Yash Kulshrestha <https://github.com/YashdalfTheGray>, Vincent Pizzo <https://github.com/vincentjames501>, Robert Bullen <https://github.com/robertbullen>, Yusuke Sato <https://github.com/sat0yu>, Dan Rumney <https://github.com/dancrumb>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16720
338