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

@examgoal/mongodb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@examgoal/mongodb - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

dist/index.js

@@ -13,5 +13,3 @@ "use strict";

resetClient() {
if (this.mongoClient) {
this.mongoClient.removeAllListeners("serverClosed");
}
this.mongoClient.removeAllListeners("serverClosed");
this.mongoClient = new mongodb_1.MongoClient(this.configuration.uri, this.configuration.mongodbOptions || {});

@@ -18,0 +16,0 @@ this.mongoClient.on("serverClosed", this.resetClient);

{
"name": "@examgoal/mongodb",
"version": "1.2.1",
"version": "1.2.2",
"description": "MongoDB Session Management Helper for ExpressJS or any Node JS Projects",

@@ -5,0 +5,0 @@ "main": "./dist/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