@types/chroma-js
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -33,3 +33,3 @@ // Type definitions for Chroma.js 2.1 | ||
*/ | ||
(color: string | number): Color; | ||
(color: string | number | Color): Color; | ||
@@ -36,0 +36,0 @@ /** |
{ | ||
"name": "@types/chroma-js", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "TypeScript definitions for Chroma.js", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9c77a22b5cb938a5e1cb152f8ced216371564501da6bffa0052c269aa8860b8d", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "6a85c9a10c7b708b9a56ce490d5bef7185c263ed83b7f68bd4bdaaf090b5c173", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 16 Nov 2020 18:06:10 GMT | ||
* Last updated: Wed, 23 Dec 2020 14:40:35 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `chroma` |
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
20337