@types/jquery.cookie
Advanced tools
Comparing version 1.4.32 to 1.4.33
@@ -7,5 +7,4 @@ // Type definitions for jQuery Cookie Plugin 1.4.1 | ||
///<reference types="jquery" /> | ||
/// <reference types="jquery" /> | ||
interface JQueryCookieOptions { | ||
@@ -32,3 +31,3 @@ /** | ||
// of documentation from the Github repo when possible. | ||
// | ||
// | ||
// The ordering here matters. For example, the read function with the converter parameter is purposefully after | ||
@@ -53,3 +52,3 @@ // the set function. This is because the intellisense that shows up after you press comma should be the set first, | ||
*/ | ||
(): {[key:string]:string}; | ||
(): { [key: string]: string }; | ||
/** | ||
@@ -94,3 +93,3 @@ * Gets a cookie by name | ||
interface JQueryStatic { | ||
interface JQueryStatic { | ||
/** | ||
@@ -97,0 +96,0 @@ * A simple, lightweight jQuery plugin for reading, writing and deleting cookies. |
{ | ||
"name": "@types/jquery.cookie", | ||
"version": "1.4.32", | ||
"version": "1.4.33", | ||
"description": "TypeScript definitions for jQuery Cookie Plugin", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.cookie", | ||
}, | ||
"typesPublisherContentHash": "6435c3944a64332d6e2f562d6e62abe4413da9497b4d3acc1cf9ad595291e081", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7812c944b3fd6d43809fc788bbf6611b9e83f62a6950f69c1b4b017406642c20", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:22:34 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
@@ -14,0 +14,0 @@ * Global values: none |