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.0.21-alpha to 2.0.22-alpha

5

index.d.ts

@@ -94,4 +94,3 @@ // Type definitions for js-cookie v2.0

declare module 'js-cookie' {
export = Cookies;
}
export = Cookies;
export as namespace Cookies;

6

package.json
{
"name": "@types/js-cookie",
"version": "2.0.21-alpha",
"version": "2.0.22-alpha",
"description": "TypeScript definitions for js-cookie v2.0",

@@ -8,2 +8,6 @@ "main": "",

"author": "Theodore Brown <https://github.com/theodorejb>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:20 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:27 GMT
* File structure: UMD
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: none

@@ -13,13 +13,11 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"Cookies"
],
"declaredModules": [
"js-cookie"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "5b8a289d6bb5cd8182030398c8b1f8935e8a5e70e95b90dead013ad427c633e2"
"contentHash": "c38457292d51f4e4c200c41179cc1f70364620104c197a003b1aa42944bc9059"
}
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