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

icorm

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icorm - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

8

mongo.js

@@ -33,3 +33,3 @@ const MongoDB = require('mongodb');

client.db(client.$database).collection(opt.table).find(filter.where, options).allowDiskUse(true).toArray(function(err, response) {
client.db(client.$database).collection(opt.table).find(filter.where, options).toArray(function(err, response) {

@@ -49,3 +49,3 @@ client.close();

builder.$callback(err, rows);
});
}).allowDiskUse();
}

@@ -143,3 +143,3 @@

} else {
db.find(filter.where, options).allowDiskUse(true).toArray(function(err, response) {
db.find(filter.where, options).toArray(function(err, response) {
client.close();

@@ -151,3 +151,3 @@ if (!err && builder.$joins) {

builder.$callback(err, response, count);
});
}).allowDiskUse();
}

@@ -154,0 +154,0 @@ });

{
"name": "icorm",
"version": "1.0.44",
"version": "1.0.45",
"description": "Database Management System",

@@ -5,0 +5,0 @@ "main": "index.js",

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