Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/js-cookie

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/js-cookie - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

3

js-cookie/index.d.ts

@@ -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>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc