Socket
Socket
Sign inDemoInstall

@brickyang/easy-mongodb

Package Overview
Dependencies
21
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

lib/mongo.js

@@ -75,4 +75,2 @@ 'use strict';

this.db = client.db(this.config.name);
Object.freeze(this.db);
Object.freeze(this.client);
this.emit('connect');

@@ -79,0 +77,0 @@ return client;

2

package.json
{
"name": "@brickyang/easy-mongodb",
"version": "2.0.0",
"version": "2.0.1",
"description": "Based on MongoDB Native Node.js Driver.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc