@types/yup
Advanced tools
Comparing version 0.26.5 to 0.26.6
@@ -10,2 +10,3 @@ // Type definitions for yup 0.26 | ||
// Robert Bullen <https://github.com/robertbullen> | ||
// Yusuke Sato <https://github.com/sat0yu> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -167,3 +168,3 @@ // TypeScript Version: 2.8 | ||
ensure(): ArraySchema<T>; | ||
compact(rejector?: (value: any) => boolean): ArraySchema<T>; | ||
compact(rejector?: (value: T, index: number, array: T[]) => boolean): ArraySchema<T>; | ||
} | ||
@@ -170,0 +171,0 @@ |
{ | ||
"name": "@types/yup", | ||
"version": "0.26.5", | ||
"version": "0.26.6", | ||
"description": "TypeScript definitions for yup", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "robertbullen" | ||
}, | ||
{ | ||
"name": "Yusuke Sato", | ||
"url": "https://github.com/sat0yu", | ||
"githubUsername": "sat0yu" | ||
} | ||
@@ -52,4 +57,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e357bf813adddfe41d2c6da9329ab5c2bb0b1fb71666a05d9197bcc857225ccb", | ||
"typesPublisherContentHash": "10092bc678201647bbed153b1be6be0e07d60f78f952181296ec550cb80a8840", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 19 Jan 2019 01:04:20 GMT | ||
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,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>. | ||
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>. |
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
16453
336