fix: make sure signed=false on set/get cookie (#24)
This commit is contained in:
25
package.json
25
package.json
@@ -7,14 +7,15 @@
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "eslint . && mocha --check-leaks -R spec -t 5000 test/*.test.js",
|
||||
"test-cov": "istanbul cover _mocha -- --check-leaks -t 5000 test/*.test.js",
|
||||
"test": "eslint . && mocha -R spec -t 5000 test/*.test.js",
|
||||
"cov": "istanbul cover _mocha -- -t 5000 test/*.test.js",
|
||||
"lint": "eslint .",
|
||||
"ci": "npm run lint && npm run cov",
|
||||
"autod": "autod -w --prefix '^'",
|
||||
"contributors": "contributors -f plain -o AUTHORS"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^2.2.0",
|
||||
"debug": "^2.6.0",
|
||||
"humanize-ms": "^1.2.0",
|
||||
"ini": "^1.3.4",
|
||||
"object-assign": "^4.1.0"
|
||||
@@ -22,15 +23,16 @@
|
||||
"devDependencies": {
|
||||
"autod": "2",
|
||||
"beautify-benchmark": "^0.2.4",
|
||||
"benchmark": "^2.1.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"contributors": "*",
|
||||
"egg-ci": "^1.1.0",
|
||||
"eslint": "1",
|
||||
"istanbul": "*",
|
||||
"koa": "^1.2.0",
|
||||
"mm": "^1.3.5",
|
||||
"koa": "^1.2.4",
|
||||
"mm": "^2.0.0",
|
||||
"mocha": "*",
|
||||
"pedding": "^1.0.0",
|
||||
"supertest": "^1.2.0"
|
||||
"pedding": "^1.1.0",
|
||||
"supertest": "^2.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/koajs/locales",
|
||||
"repository": {
|
||||
@@ -50,8 +52,11 @@
|
||||
"koa"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
|
||||
"ci": {
|
||||
"version": "4, 6, 7"
|
||||
},
|
||||
"author": "fengmk2 <m@fengmk2.com> (https://fengmk2.com)",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user