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

native-mongo-util

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-mongo-util - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

8

index.js

@@ -181,4 +181,8 @@ const Log = require('logger3000').getLogger(__filename);

*/
exports.close = force => {
return _defaultConnection.close(force);
exports.close = async force => {
const result = await _defaultConnection.close(force);
// eslint-disable-next-line require-atomic-updates
_defaultConnection = null;
return result;
};

@@ -185,0 +189,0 @@

{
"name": "native-mongo-util",
"version": "2.3.1",
"version": "2.3.2",
"description": "",

@@ -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