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.22.0 to 0.23.0

2

lib/history.d.ts

@@ -9,3 +9,3 @@ export = exports;

_eventEmitter: any;
_collectionName: string;
_collectionName: any;
_usageEventPrefix: any;

@@ -12,0 +12,0 @@ _resourceStorage: ResourceStorage;

@@ -63,3 +63,3 @@ const { createTracer } = require('@discue/open-telemetry-tracing')

this._eventEmitter = eventEmitter
this._collectionName = `${collectionName}_history`
this._collectionName = collectionName
this._usageEventPrefix = usageEventPrefix

@@ -66,0 +66,0 @@

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

"license": "MIT",
"version": "0.22.0",
"version": "0.23.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