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

client-cookies

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

client-cookies - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

lib/Cookies.js

12

package.json
{
"name": "client-cookies",
"version": "0.5.0",
"version": "0.6.0",
"description": "A modest package to easily set, get and delete cookies in Javacript.",
"scripts": {
"test": "mocha test --compilers js:babel-core/register",
"build": "webpack",
"build": "babel -d lib/ src/",
"prepublish": "npm run build",
"preversion": "npm test",
"version": "npm run build && git add -A dist && git add package.json",
"version": "npm run build && git add -A lib && git add package.json",
"postversion": "git push && git push --tags"

@@ -20,7 +20,6 @@ },

],
"main": "dist/client-cookies.js",
"main": "lib/Cookies.js",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",

@@ -31,4 +30,3 @@ "chai": "^3.4.1",

"mocha": "^2.3.4",
"mocha-jsdom": "^1.0.0",
"webpack": "^1.12.9"
"mocha-jsdom": "^1.0.0"
},

@@ -35,0 +33,0 @@ "repository": {

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