Socket
Socket
Sign inDemoInstall

egg-cookies

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-cookies - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

index.d.ts

6

History.md

@@ -0,1 +1,7 @@

2.2.4 / 2018-09-06
==================
* fix: public files && deps (#14)
2.2.3 / 2018-09-06

@@ -2,0 +8,0 @@ ==================

2

lib/cookie.js

@@ -13,3 +13,3 @@ 'use strict';

const fieldContentRegExp = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
const fieldContentRegExp = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/; // eslint-disable-line no-control-regex

@@ -16,0 +16,0 @@ /**

{
"name": "egg-cookies",
"version": "2.2.3",
"version": "2.2.4",
"description": "cookies module for egg",
"files": [
"lib"
"lib",
"index.d.ts"
],
"main": "lib/cookies.js",
"dependencies": {
"debug": "^2.3.3",
"debug": "^3.1.0",
"scmp": "^2.0.0",
"utility": "^1.9.0"
"utility": "^1.14.0"
},
"devDependencies": {
"@types/node": "^10.9.4",
"autod": "^2.7.1",
"autod": "^3.0.1",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.2",
"cookies": "^0.6.2",
"egg-bin": "^1.7.0",
"benchmark": "^2.1.4",
"cookies": "^0.7.1",
"egg-bin": "^4.8.3",
"egg-ci": "^1.1.0",
"eslint": "^3.10.2",
"eslint-config-egg": "^7.0.0",
"keygrip": "^1.0.1",
"eslint": "^5.5.0",
"eslint-config-egg": "^7.1.0",
"keygrip": "^1.0.2",
"ts-node": "^7.0.1",

@@ -38,3 +39,3 @@ "typescript": "^3.0.3"

"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"autod": "autod"

@@ -41,0 +42,0 @@ },

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