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

enmap-mongo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enmap-mongo - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "enmap-mongo",
"version": "1.0.2",
"version": "1.0.3",
"description": "A MongoDB provider for Enmap",

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

@@ -20,3 +20,3 @@ const { MongoClient } = require('mongodb');

this.url = options.url || `mongodb://${this.auth}${this.host}:${this.port}`;
this.url = options.url || `mongodb://${this.auth}${this.host}:${this.port}/${this.dbName}`;
}

@@ -36,3 +36,2 @@

}
console.log(rows);
this.ready();

@@ -39,0 +38,0 @@ return this.defer;

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