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.36 to 1.0.37

4

mongo.js

@@ -95,4 +95,4 @@ const MongoDB = require('mongodb');

var opt = builder.options;
console.log(client.$database);
client.db(client.$database).adminCommand( { listDatabases: 1 } ).callback(function(err, response) {
console.log(client.db);
client.db('admin').adminCommand( { listDatabases: 1 } ).callback(function(err, response) {
client.close();

@@ -99,0 +99,0 @@ err && client.$opt.onerror && client.$opt.onerror(err, opt, builder);

{
"name": "icorm",
"version": "1.0.36",
"version": "1.0.37",
"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