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

simple-cookie

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-cookie - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

27

package.json
{
"name": "simple-cookie",
"version": "0.1.3",
"version": "1.0.0",
"description": "Simple cookie parser & serializer",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "jshint *.json *.js",
"test-cov": "mocha --require blanket -R html-cov > test/coverage.html"
"test": "jshint *.json *.js && mocha",
"test:coverage": "istanbul cover _mocha -- --check-leaks test/*.js"
},

@@ -25,15 +25,14 @@ "repository": {

"homepage": "https://github.com/juji/simple-cookie",
"config": {
"blanket": {
"pattern": "index.js",
"data-cover-never": "node_modules"
}
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.3.0",
"istanbul": "^0.4.2",
"jshint": "^2.9.4",
"mocha": "^1.21.5"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"mocha": "^1.21.4",
"jshint": "^2.5.11",
"blanket": "^1.1.6"
"dependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.3.0",
"mocha": "^1.21.5"
}
}

@@ -1,11 +0,15 @@

#simple-cookie
# simple-cookie
simple cookie serializer & parser for node.js
[![NPM Version][npm-image]][npm-url]
[![Dependency Status](https://david-dm.org/juji/simple-cookie.svg)](https://david-dm.org/juji/simple-cookie)
[![devDependency Status](https://david-dm.org/juji/simple-cookie/dev-status.svg)](https://david-dm.org/juji/simple-cookie#info=devDependencies)
[![Build Status][travis-image]][travis-url]
##install
## install
```
npm install simple-cookie
```
#usage
# usage
```javascript

@@ -59,3 +63,3 @@ var cookie = require('simple-cookie');

chhers,
cheers,

@@ -65,1 +69,4 @@ [jujiyangasli.com](http://jujiyangasli.com)

[npm-url]: https://npmjs.org/package/simple-cookie
[travis-image]: https://img.shields.io/travis/juji/simple-cookie.svg?style=flat
[travis-url]: https://travis-ci.org/juji/simple-cookie

Sorry, the diff of this file is not supported yet

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