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
29
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.1.3 to 1.1.4

4

lib/index.js

@@ -14,3 +14,2 @@ "use strict";

const zlib_1 = require("zlib");
const v8_1 = __importDefault(require("v8"));
function mongoLogId(id) {

@@ -92,3 +91,4 @@ return { __value: id };

try {
const cloned = v8_1.default.deserialize(v8_1.default.serialize(fullInfo.attr));
const v8 = require('v8');
const cloned = v8.deserialize(v8.serialize(fullInfo.attr));
bson_1.EJSON.stringify(cloned);

@@ -95,0 +95,0 @@ fullInfo.attr = cloned;

{
"name": "mongodb-log-writer",
"version": "1.1.3",
"version": "1.1.4",
"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