@types/classnames
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -12,3 +12,3 @@ // Type definitions for classnames 2.2 | ||
type ClassValue = string | number | ClassDictionary | ClassArray | undefined | null | false; | ||
type ClassValue = string | number | ClassDictionary | ClassArray | undefined | null | boolean; | ||
@@ -15,0 +15,0 @@ interface ClassDictionary { |
{ | ||
"name": "@types/classnames", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "TypeScript definitions for classnames", | ||
@@ -13,19 +13,24 @@ "license": "MIT", | ||
"name": "Adi Dahiya", | ||
"url": "https://github.com/adidahiya" | ||
"url": "https://github.com/adidahiya", | ||
"githubUsername": "adidahiya" | ||
}, | ||
{ | ||
"name": "Jason Killian", | ||
"url": "https://github.com/JKillian" | ||
"url": "https://github.com/JKillian", | ||
"githubUsername": "JKillian" | ||
}, | ||
{ | ||
"name": "Sean Kelley", | ||
"url": "https://github.com/seansfkelley" | ||
"url": "https://github.com/seansfkelley", | ||
"githubUsername": "seansfkelley" | ||
}, | ||
{ | ||
"name": "Michal Adamczyk", | ||
"url": "https://github.com/mradamczyk" | ||
"url": "https://github.com/mradamczyk", | ||
"githubUsername": "mradamczyk" | ||
}, | ||
{ | ||
"name": "Marvin Hagemeister", | ||
"url": "https://github.com/marvinhagemeister" | ||
"url": "https://github.com/marvinhagemeister", | ||
"githubUsername": "marvinhagemeister" | ||
} | ||
@@ -36,8 +41,8 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7490b16060479754c4a2467a6ee046a311d2c5a167c41c374e4fc107c22c7b73", | ||
"typesPublisherContentHash": "32dd0ef06266781001bef053c52026d613a33a4ca4696f4870b7c3c92e60b832", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/classnames | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/classnames | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT | ||
* Last updated: Fri, 01 Jun 2018 16:26:34 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: classNames |
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
4541