New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-log-writer

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-log-writer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

lib/index.js

@@ -113,2 +113,5 @@ "use strict";

async flush() {
if (typeof this._target.flush === 'function') {
this._target.flush();
}
await new Promise(resolve => this._target.write('', resolve));

@@ -115,0 +118,0 @@ }

2

package.json
{
"name": "mongodb-log-writer",
"version": "1.0.1",
"version": "1.0.2",
"description": "A library for writing MongoDB logv2 messages",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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