Socket
Socket
Sign inDemoInstall

typescript-cookie

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-cookie - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/src/index.d.ts

@@ -0,2 +1,4 @@

import * as Types from '../types/index';
export { Types };
export { DEFAULT_ATTRIBUTES, DEFAULT_CODEC, getCookie, getCookies, removeCookie, setCookie } from './api';
export { default as Cookies } from './compat';

5

package.json
{
"name": "typescript-cookie",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple, lightweight API for handling cookies in the browser",

@@ -14,5 +14,2 @@ "author": "Klaus Hartl",

},
"./dist/src/compat": {
"import": "./dist/src/compat.mjs"
},
"./package.json": "./package.json"

@@ -19,0 +16,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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