Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

universal-cookie

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-cookie - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

24

package.json
{
"name": "universal-cookie",
"version": "7.0.0",
"version": "7.0.1",
"description": "Universal cookies for JavaScript",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"module": "esm/index.mjs",
"exports": {
".": {
"import": "./esm/index.mjs",
"require": "./cjs/index.js"
"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.js"
},
"default": "./cjs/index.js"
}
},
"types": "esm/index.d.ts",
"sideEffects": false,

@@ -36,4 +43,3 @@ "files": [

"prebuild": "rimraf esm && rimraf cjs && rimraf umd",
"build": "rollup -c",
"postbuild": "rimraf -G {cjs,umd}/*.d.ts"
"build": "rollup -c"
},

@@ -46,6 +52,6 @@ "dependencies": {

"@babel/cli": "^7.23.4",
"rimraf": "^3.0.2",
"rollup": "^4.9.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.2",
"typescript": "^5.3.3"
}
}

@@ -25,3 +25,3 @@ <h3 align="center">

crossorigin
src="https://unpkg.com/universal-cookie@6/umd/universalCookie.min.js"
src="https://unpkg.com/universal-cookie@7/umd/universalCookie.min.js"
></script>

@@ -28,0 +28,0 @@ ```

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