@mongosh/history
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -18,3 +18,3 @@ "use strict"; | ||
else if (redact === 'redact-sensitive-data') { | ||
history[0] = mongodb_redact_1.default(history[0]); | ||
history[0] = (0, mongodb_redact_1.default)(history[0]); | ||
} | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@mongosh/history", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "MongoDB Shell History Package", | ||
@@ -35,3 +35,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "df88ce833d498163c966e34c815ab669d2bee50c" | ||
"gitHead": "29a1453899120580f7ee669ec5952810b86d11b7" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16132