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

koa-generic-session

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-generic-session - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

7

History.md
1.9.1 / 2015-08-23
1.9.2 / 2015-08-26
==================
* fix: support custom cookie options
1.9.1 / 2015-08-23
==================
* Fix typo of 'available'

@@ -6,0 +11,0 @@

4

lib/session.js

@@ -85,5 +85,3 @@ /**!

get: function() {
return this.cookies.get(key, {
signed: cookie.signed
});
return this.cookies.get(key, cookie);
},

@@ -90,0 +88,0 @@

@@ -5,3 +5,3 @@ {

"repository": "koajs/generic-session",
"version": "1.9.1",
"version": "1.9.2",
"keywords": ["koa", "middleware", "session"],

@@ -8,0 +8,0 @@ "author": "dead_horse <dead_horse@qq.com>",

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