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

egg-session-mongo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-session-mongo - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

CHANGELOG.md

2

app.js
'use strict';
module.exports = app => {
const MongoStore = require('./lib/session')(app);
const MongoStore = require('koa-session-mongo');
const options = app.config.sessionMongo;

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

{
"name": "egg-session-mongo",
"version": "1.0.1",
"version": "2.0.0",
"description": "mongodb store for egg session. based on `connect-mongo`",

@@ -15,2 +15,3 @@ "main": "index.js",

"dependencies": {
"koa-session-mongo": "git+https://github.com/Mitscherlich/koa-session-mongo.git",
"mongodb": "^3.0.3"

@@ -27,3 +28,2 @@ },

"eslint-config-egg": "^5.1.0",
"expect.js": "^0.3.1",
"mongoose": "^5.0.9",

@@ -47,4 +47,2 @@ "mz-modules": "^2.1.0",

"files": [
"index.js",
"lib",
"config",

@@ -51,0 +49,0 @@ "app.js"

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