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 2.0.0 to 2.0.1

42

package.json
{
"name": "egg-session-mongo",
"version": "2.0.0",
"description": "mongodb store for egg session. based on `connect-mongo`",
"version": "2.0.1",
"description": "MongoDB store for egg session. based on `connect-mongo`.",
"main": "index.js",

@@ -12,20 +12,23 @@ "eggPlugin": {

"eggPlugin",
"egg-plugin"
"egg-plugin",
"session",
"mongo",
"MongoDB"
],
"dependencies": {
"koa-session-mongo": "git+https://github.com/Mitscherlich/koa-session-mongo.git",
"mongodb": "^3.0.3"
"koa-session-mongo": "https://github.com/Mitscherlich/koa-session-mongo",
"mongodb": "^3.1.6"
},
"devDependencies": {
"autod": "^3.0.0",
"autod-egg": "^1.0.0",
"egg": "^2.0.0",
"egg-bin": "^4.3.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.0",
"mongoose": "^5.0.9",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.11.2",
"egg-bin": "^4.9.0",
"egg-ci": "^1.9.2",
"egg-mock": "^3.20.1",
"eslint": "^5.6.1",
"eslint-config-egg": "^7.1.0",
"mongoose": "^5.3.2",
"mz-modules": "^2.1.0",
"supertest": "^3.0.0",
"supertest": "^3.3.0",
"webstorm-disable-index": "^1.2.0"

@@ -52,9 +55,4 @@ },

},
"repository": {
"type": "git",
"url": "git+https://github.com/Mitscherlich/egg-session-mongo.git"
},
"bugs": {
"url": "https://github.com/Mitscherlich/egg-session-mongo/issues"
},
"repository": "https://github.com/Mitscherlich/egg-session-mongo",
"bugs": "https://github.com/Mitscherlich/egg-session-mongo/issues",
"homepage": "https://github.com/Mitscherlich/egg-session-mongo#readme",

@@ -61,0 +59,0 @@ "author": "Mitscherlich",

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