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

cookie-es

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-es - npm Package Compare versions

Comparing version 0.0.0 to 0.5.0

dist/index.cjs

28

package.json
{
"name": "cookie-es",
"version": "0.0.0",
"license": "MIT"
"name": "cookie-es",
"version": "0.5.0",
"repository": "unjs/cookie-es",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"release": "yarn build && standard-version && git push --follow-tags && npm publish",
"test": "node test/index.mjs"
},
"devDependencies": {
"standard-version": "latest",
"unbuild": "latest"
}
}
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