@types/js-cookie
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,2 +6,3 @@ // Type definitions for js-cookie 2.2 | ||
// Antoine Lépée <https://github.com/alepee> | ||
// Yuto Doi <https://github.com/yutod> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -92,3 +93,3 @@ // TypeScript Version: 2.3 | ||
*/ | ||
withConverter<TConv extends object>(converter: CookieReadConverter | { write: CookieWriteConverter<TConv>; read: CookieReadConverter; }): CookiesStatic<TConv>; | ||
withConverter<TConv extends object>(converter: CookieReadConverter | { write?: CookieWriteConverter<TConv>; read?: CookieReadConverter; }): CookiesStatic<TConv>; | ||
} | ||
@@ -95,0 +96,0 @@ |
{ | ||
"name": "@types/js-cookie", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for js-cookie", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "alepee" | ||
}, | ||
{ | ||
"name": "Yuto Doi", | ||
"url": "https://github.com/yutod", | ||
"githubUsername": "yutod" | ||
} | ||
@@ -28,8 +33,9 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/js-cookie" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dcd2c056cbf59d63f260d88453a9c4da3346e9e106085ebdcee4aa6964a109ac", | ||
"typesPublisherContentHash": "08f874098c6b2ae9f3fd608da536cc03e2fc5bd11d0212ec7c56d413d22a4a2b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 12 Feb 2019 20:38:03 GMT | ||
* Last updated: Wed, 27 Mar 2019 23:19:37 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * 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>. | ||
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>. |
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
6515
86