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.46 to 1.0.47

4

mongo.js

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

client.db(client.$database).collection(opt.table).find(filter.where, options).toArray(function(err, response) {
client.db(client.$database).collection(opt.table).find(filter.where, options).sort({"_id" : 1}).allowDiskUse().toArray(function(err, response) {

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

} else {
db.find(filter.where, options).toArray(function(err, response) {
db.find(filter.where, options).sort({"_id" : 1}).allowDiskUse().toArray(function(err, response) {
client.close();

@@ -145,0 +145,0 @@ if (!err && builder.$joins) {

{
"name": "icorm",
"version": "1.0.46",
"version": "1.0.47",
"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