New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-mongodb-session

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-mongodb-session - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

History.md

@@ -0,1 +1,5 @@

2.3.1 / 2020-02-06
==================
* fix: enable `useUnifiedTopology` connection option by default to suppress deprecation warning #77 [alpn](https://github.com/alpn)
2.3.0 / 2020-01-20

@@ -2,0 +6,0 @@ ==================

2

index.js

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

$type: Object,
$default: () => ({ useNewUrlParser: true })
$default: () => ({ useNewUrlParser: true, useUnifiedTopology : true })
},

@@ -23,0 +23,0 @@ expires: {

{
"name": "connect-mongodb-session",
"version": "2.3.0",
"version": "2.3.1",
"description": "MongoDB session store for connect/express built by MongoDB",

@@ -5,0 +5,0 @@ "keywords": [

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