@types/js-cookie
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -60,3 +60,3 @@ // Type definitions for js-cookie 2.2 | ||
*/ | ||
set(name: string, value: string | T, options?: CookieAttributes): void; | ||
set(name: string, value: string | T, options?: CookieAttributes): string | undefined; | ||
@@ -63,0 +63,0 @@ /** |
{ | ||
"name": "@types/js-cookie", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "TypeScript definitions for js-cookie", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -43,4 +43,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "67d17962f13bc7d8f15ee4463176f6fed7ff39948a877862d487939d396cc771", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "2f64768cf7bbc7ded201ac8ead40a3abaefe012f581f92128cfc87b89071e64e", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-cookie | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-cookie. | ||
Additional Details | ||
* Last updated: Wed, 16 Oct 2019 17:20:19 GMT | ||
### Additional Details | ||
* Last updated: Wed, 26 Feb 2020 00:51:02 GMT | ||
* Dependencies: none | ||
* Global values: Cookies | ||
* Global values: `Cookies` | ||
# Credits | ||
These definitions were written by Theodore Brown <https://github.com/theodorejb>, BendingBender <https://github.com/BendingBender>, Antoine Lépée <https://github.com/alepee>, Yuto Doi <https://github.com/yutod>, and Nicolas Reynis <https://github.com/nreynis>. | ||
These definitions were written by [Theodore Brown](https://github.com/theodorejb), [BendingBender](https://github.com/BendingBender), [Antoine Lépée](https://github.com/alepee), [Yuto Doi](https://github.com/yutod), and [Nicolas Reynis](https://github.com/nreynis). |
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
7207