New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.26 to 1.0.27

4

mongo.js

@@ -96,7 +96,7 @@ const MongoDB = require('mongodb');

client.db(client.$database).listDatabases().function(err, response) {
client.db(client.$database).listDatabases().callback(function(err, response) {
client.close();
err && client.$opt.onerror && client.$opt.onerror(err, opt, builder);
builder.$callback(err, response);
};
});
}

@@ -103,0 +103,0 @@

{
"name": "icorm",
"version": "1.0.26",
"version": "1.0.27",
"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