@mother/socket.io-adapter-mongo
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27399
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
+ Addednotepack.io@2.3.0(transitive)
- Removednotepack.io@2.1.3(transitive)
Updateddebug@^3.1.0
Updatedmongoose@^5.8.3
Updatednotepack.io@^2.1.3
Updatedsocket.io-adapter@^1.1.2