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

@mother/socket.io-adapter-mongo

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mother/socket.io-adapter-mongo - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -898,3 +898,3 @@ const Adapter = require('socket.io-adapter')

if (!options.mongoose && uri) {
mongoose.connect(uri)
mongoose.connect(uri, { useNewUrlParser: true, useUnifiedTopology: true })
}

@@ -901,0 +901,0 @@

{
"name": "@mother/socket.io-adapter-mongo",
"version": "0.0.5",
"version": "0.0.6",
"description": "socket.io adapter for MongoDB",

@@ -26,6 +26,6 @@ "license": "MIT",

"dependencies": {
"debug": "~3.1.0",
"mongoose": "^5.1.3",
"notepack.io": "2.1.3",
"socket.io-adapter": "~1.1.1",
"debug": "^3.1.0",
"mongoose": "^5.8.3",
"notepack.io": "^2.1.3",
"socket.io-adapter": "^1.1.2",
"uid2": "0.0.3"

@@ -32,0 +32,0 @@ },

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