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.4 to 2.2.5

2

js-cookie/index.d.ts

@@ -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).
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