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

@nodefony/mongo-bundle

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodefony/mongo-bundle - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

6

package.json
{
"name": "@nodefony/mongo-bundle",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Nodefony Framework Bundle mongodb",

@@ -19,4 +19,4 @@ "scripts": {},

"dependencies": {
"mongodb": "^3.1.3",
"mongoose": "^5.2.9"
"mongodb": "^3.1.4",
"mongoose": "^5.2.13"
},

@@ -23,0 +23,0 @@ "devDependencies": {},

@@ -17,3 +17,4 @@ /**

socketTimeoutMS: 0,
keepAlive: true
keepAlive: true,
useNewUrlParser: true
};

@@ -26,2 +27,3 @@

this.engine = Mongoose;
this.engine.set('useCreateIndex', true);
}

@@ -28,0 +30,0 @@

@@ -10,3 +10,3 @@ nodefony.register.call(nodefony.session.storage, "mongoose", function () {

};
return this.entity.remove(where).then((results) => {
return this.entity.deleteMany(where).then((results) => {
let severity = "DEBUG";

@@ -51,3 +51,3 @@ if (!results) {

this.gc(this.gc_maxlifetime, contextSession);
return this.entity.count({
return this.entity.countDocuments({
context: contextSession

@@ -54,0 +54,0 @@ }).then((sessionCount) => {

Sorry, the diff of this file is not supported yet

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