Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mongosh/history

Package Overview
Dependencies
Maintainers
8
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/history - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

1

lib/history.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.removeCommand = exports.changeHistory = exports.HIDDEN_COMMANDS = void 0;
var mongodb_redact_1 = __importDefault(require("mongodb-redact"));

@@ -8,0 +9,0 @@ exports.HIDDEN_COMMANDS = 'createUser|auth|updateUser|changeUserPassword|connect|Mongo';

7

lib/index.js

@@ -6,8 +6,9 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.HIDDEN_COMMANDS = exports.removeCommand = exports.changeHistory = exports.retractPassword = void 0;
var history_1 = require("./history");
exports.changeHistory = history_1.changeHistory;
exports.removeCommand = history_1.removeCommand;
exports.HIDDEN_COMMANDS = history_1.HIDDEN_COMMANDS;
Object.defineProperty(exports, "changeHistory", { enumerable: true, get: function () { return history_1.changeHistory; } });
Object.defineProperty(exports, "removeCommand", { enumerable: true, get: function () { return history_1.removeCommand; } });
Object.defineProperty(exports, "HIDDEN_COMMANDS", { enumerable: true, get: function () { return history_1.HIDDEN_COMMANDS; } });
var redact_pwd_1 = __importDefault(require("./redact-pwd"));
exports.retractPassword = redact_pwd_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@mongosh/history",
"version": "0.2.2",
"version": "0.3.0",
"description": "MongoDB Shell History Package",

@@ -31,3 +31,3 @@ "main": "./lib/index.js",

},
"gitHead": "4e188a4336bb5f57bc2431811e54b90bf83b1cdf"
"gitHead": "decab9f8f132403125d7084922a0b7a84afc8098"
}

Sorry, the diff of this file is not supported yet

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