Socket
Socket
Sign inDemoInstall

@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.11.0 to 0.12.0

3

lib/locks.js

@@ -130,3 +130,4 @@ const ResourceStorage = require('./simple-resource-storage.js')

try {
await callback.call()
const result = await callback.call()
return result
} finally {

@@ -133,0 +134,0 @@ await this.unlock(ids)

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

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

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

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