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

@discue/mongodb-resource-client

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discue/mongodb-resource-client - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

2

lib/simple-resource-storage.js

@@ -62,3 +62,3 @@ const { MongoClient, Timestamp } = require('mongodb')

this._url = url
this._databaseName = process.env.DSQ_MONGOD_RESOURCE_CLIENT_DB_NAME || databaseName
this._databaseName = process.env.DSQ_MONGODB_RESOURCE_CLIENT_DB_NAME || databaseName
this._collectionName = collectionName

@@ -65,0 +65,0 @@

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.12.0",
"version": "0.12.1",
"description": "Simple wrapper around mongodb client allowing easier managing of resources",

@@ -8,0 +8,0 @@ "main": "lib/index",

@@ -69,3 +69,3 @@

## Database name
The database name can be configured via environment variable: `DSQ_MONGOD_RESOURCE_CLIENT_DB_NAME`
The database name can be configured via environment variable: `DSQ_MONGODB_RESOURCE_CLIENT_DB_NAME`

@@ -72,0 +72,0 @@ ## Installation

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