@types/memoizee
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -8,3 +8,3 @@ // Type definitions for memoizee 0.4 | ||
interface Options { | ||
length?: number; | ||
length?: number | false; | ||
maxAge?: number; | ||
@@ -11,0 +11,0 @@ max?: number; |
{ | ||
"name": "@types/memoizee", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "TypeScript definitions for memoizee", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Juan Picado", | ||
"url": "https://github.com/juanpicado" | ||
"url": "https://github.com/juanpicado", | ||
"githubUsername": "juanpicado" | ||
} | ||
@@ -20,5 +21,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3143ee354c5cc295113ab32a7c9a635d2317a67ef08da69faff1352291430992", | ||
"typesPublisherContentHash": "dcb36297f7c13fc21decd3d9b44b3d46911ed21f0c2ce25f6979901940c8b06d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 31 Mar 2017 18:05:14 GMT | ||
* Last updated: Mon, 09 Oct 2017 21:51:28 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3128
4