@types/joi
Advanced tools
Comparing version 14.0.0 to 14.0.1
@@ -508,2 +508,7 @@ // Type definitions for joi 14.0 | ||
/** | ||
* Allows the number to be outside of JavaScript's safety range (Number.MIN_SAFE_INTEGER & Number.MAX_SAFE_INTEGER). | ||
*/ | ||
unsafe(enabled?: boolean): this; | ||
/** | ||
* Specifies the maximum number of decimal places where: | ||
@@ -510,0 +515,0 @@ * @param limit - the maximum number of decimal places allowed. |
{ | ||
"name": "@types/joi", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "TypeScript definitions for joi", | ||
@@ -84,3 +84,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -92,4 +92,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "47a30b0a7fde67c808a8d54244b515d355b59deb493c968d9568e1f5297ae554", | ||
"typesPublisherContentHash": "613879cf1ee967fce505868a72cd6e2173bbce63d26e68357fa12ff444691c45", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 30 Oct 2018 19:58:28 GMT | ||
* Last updated: Thu, 13 Dec 2018 01:39:02 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48819
1108
0