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

@bundled-es-modules/cookie

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundled-es-modules/cookie - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

index-cjs.cjs

16

package.json
{
"name": "@bundled-es-modules/cookie",
"version": "1.0.0",
"version": "2.0.0",
"description": "mirror of cookie, bundled and exposed as ES module",
"author": "Pascal Schilp <pascalschilp@gmail.com>",
"main": "index.js",
"main": "index-esm.js",
"type": "module",
"exports": {
".": "./index.js"
".": {
"import": "./index-esm.js",
"require": "./index-cjs.cjs"
}
},

@@ -17,9 +20,12 @@ "scripts": {

"files": [
"index.js"
"index-esm.js",
"index-cjs.cjs"
],
"license": "ISC",
"dependencies": {
"cookie": "^0.5.0"
},
"devDependencies": {
"cookie": "^0.5.0",
"esbuild": "^0.17.17"
}
}
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