Socket
Socket
Sign inDemoInstall

@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.1.0 to 2.2.0

5

js-cookie/index.d.ts

@@ -1,5 +0,6 @@

// Type definitions for js-cookie 2.1
// Type definitions for js-cookie 2.2
// Project: https://github.com/js-cookie/js-cookie
// Definitions by: Theodore Brown <https://github.com/theodorejb>
// BendingBender <https://github.com/BendingBender>
// Antoine Lépée <https://github.com/alepee>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -60,3 +61,3 @@ // TypeScript Version: 2.3

*/
getJSON(name: string): object;
getJSON(name: string): any;

@@ -63,0 +64,0 @@ /**

17

js-cookie/package.json
{
"name": "@types/js-cookie",
"version": "2.1.0",
"version": "2.2.0",
"description": "TypeScript definitions for js-cookie",

@@ -9,7 +9,14 @@ "license": "MIT",

"name": "Theodore Brown",
"url": "https://github.com/theodorejb"
"url": "https://github.com/theodorejb",
"githubUsername": "theodorejb"
},
{
"name": "BendingBender",
"url": "https://github.com/BendingBender"
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
},
{
"name": "Antoine Lépée",
"url": "https://github.com/alepee",
"githubUsername": "alepee"
}

@@ -20,8 +27,8 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "884a32e668b25d2896df3d7afdedbf198fda16f34e3411d5950d50ce209405b4",
"typesPublisherContentHash": "afccdb51b53e28b5a96159fcf578afcb84ad1f02d06a48f077162a2d2b86e8f4",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.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, 23 Aug 2017 17:50:59 GMT
* Last updated: Fri, 07 Sep 2018 00:24:23 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>.
These definitions were written by Theodore Brown <https://github.com/theodorejb>, BendingBender <https://github.com/BendingBender>, Antoine Lépée <https://github.com/alepee>.
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