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

east-mongo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

east-mongo - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

lib/adapter.js

@@ -32,3 +32,7 @@ 'use strict';

Adapter.prototype.disconnect = function(callback) {
this.db.close(callback);
if (this.db) {
this.db.close(callback);
} else {
callback();
}
};

@@ -35,0 +39,0 @@

2

package.json
{
"name": "east-mongo",
"description": "mongodb adapter for east (node.js database migration tool)",
"version": "0.3.1",
"version": "0.3.2",
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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