Socket
Socket
Sign inDemoInstall

universal-cookie

Package Overview
Dependencies
2
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.1 to 7.1.2

esm/Cookies.d.mts

13

package.json
{
"name": "universal-cookie",
"version": "7.1.1",
"version": "7.1.2",
"description": "Universal cookies for JavaScript",
"types": "cjs/index.d.ts",
"types": "cjs/index.d.mts",
"module": "esm/index.mjs",

@@ -10,7 +10,7 @@ "exports": {

"import": {
"types": "./esm/index.d.ts",
"types": "./esm/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./cjs/index.d.ts",
"types": "./cjs/index.d.mts",
"default": "./cjs/index.js"

@@ -26,3 +26,3 @@ },

"umd",
"index.d.ts",
"index.d.mts",
"LICENSE"

@@ -45,3 +45,4 @@ ],

"prebuild": "rimraf esm && rimraf cjs && rimraf umd",
"build": "rollup -c"
"build": "rollup -c",
"postbuild": "node ../../tools/fix-typescript-typedef.mjs ./esm"
},

@@ -48,0 +49,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc