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

sails-mongo

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-mongo - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

5

lib/adapter.js

@@ -66,4 +66,5 @@ /*---------------------------------------------------------------

},
auto_reconnect: false,
disableDriverBSONSizeCheck: false
auto_reconnect: true,
disableDriverBSONSizeCheck: false,
reconnectInterval: 200

@@ -70,0 +71,0 @@ },

3

lib/connection.js

@@ -103,3 +103,4 @@

auto_reconnect: this.config.auto_reconnect,
disableDriverBSONSizeCheck: this.config.disableDriverBSONSizeCheck
disableDriverBSONSizeCheck: this.config.disableDriverBSONSizeCheck,
reconnectInterval: this.config.reconnectInterval
};

@@ -106,0 +107,0 @@

{
"name": "sails-mongo",
"version": "0.11.0",
"version": "0.11.1",
"description": "Mongo DB adapter for Sails.js",

@@ -5,0 +5,0 @@ "main": "./lib/adapter.js",

@@ -23,2 +23,5 @@ [![](https://camo.githubusercontent.com/9e49073459ed4e0e2687b80eaf515d87b0da4a6b/687474703a2f2f62616c64657264617368792e6769746875622e696f2f7361696c732f696d616765732f6c6f676f2e706e67)](http://sailsjs.org/#!)

## Compatibility
sails-mongo 0.11.x has updated to mongo native driver 2.0. If you using mongodb version <=2.4.5, it is recommended that you stick with sails-mongo 0.10.x.
## Sails Configuration

@@ -25,0 +28,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