Socket
Socket
Sign inDemoInstall

koa-generic-session

Package Overview
Dependencies
Maintainers
2
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 2.1.2 to 2.2.0

2

lib/session.js

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

const cookie = options.cookie || {};
const cookie = Object.assign({}, options.cookie);
copy(defaultCookie).to(cookie);

@@ -445,0 +445,0 @@

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

"repository": "koajs/generic-session",
"version": "2.1.2",
"version": "2.2.0",
"license": "MIT",

@@ -8,0 +8,0 @@ "engines": {

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