mongodb-log-writer
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
30748
1