Socket
Socket
Sign inDemoInstall

@mingchuno/connect-mongo

Package Overview
Dependencies
17
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

9

package.json
{
"name": "@mingchuno/connect-mongo",
"version": "3.0.1",
"version": "3.0.2",
"description": "MongoDB session store for Express and Connect",

@@ -14,3 +14,4 @@ "keywords": [

"Casey Banner <kcbanner@gmail.com>",
"Jerome Desboeufs <jerome.desboeufs@gmail.com>"
"Jerome Desboeufs <jerome.desboeufs@gmail.com>",
"MC Or <mingchuno@gmail.com>"
],

@@ -20,6 +21,6 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/jdesboeufs/connect-mongo.git"
"url": "https://github.com/mingchuno/connect-mongo.git"
},
"bugs": {
"url": "https://github.com/jdesboeufs/connect-mongo/issues"
"url": "https://github.com/mingchuno/connect-mongo/issues"
},

@@ -26,0 +27,0 @@ "dependencies": {

@@ -5,10 +5,2 @@ # connect-mongo

[![npm version](https://img.shields.io/npm/v/connect-mongo.svg)](https://www.npmjs.com/package/connect-mongo)
[![downloads](https://img.shields.io/npm/dm/connect-mongo.svg)](https://www.npmjs.com/package/connect-mongo)
[![Build Status](https://travis-ci.org/jdesboeufs/connect-mongo.svg?branch=master)](https://travis-ci.org/jdesboeufs/connect-mongo)
[![Coverage Status](https://coveralls.io/repos/jdesboeufs/connect-mongo/badge.svg?branch=master&service=github)](https://coveralls.io/github/jdesboeufs/connect-mongo?branch=master)
[![Dependency Status](https://david-dm.org/jdesboeufs/connect-mongo.svg?style=flat)](https://david-dm.org/jdesboeufs/connect-mongo)
[![Greenkeeper badge](https://badges.greenkeeper.io/jdesboeufs/connect-mongo.svg)](https://greenkeeper.io/)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
## Compatibility

@@ -18,5 +10,5 @@

* Support all Connect versions
* Support [Mongoose](http://mongoosejs.com/index.html) `>= 4.1.2+`
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 2.0.36`
* Support Node.js 4, 6 and 8
* Support [Mongoose](http://mongoosejs.com/index.html) `5.x.x`
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 3.x.x`
* Support Node.js 4, 6, 8 and 10
* Support [MongoDB](https://www.mongodb.com/) `>= 3.0`

@@ -23,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc