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

mongodb-js-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-js-cli - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

lib/index.js

@@ -125,3 +125,9 @@ var chalk = require('chalk');

get: function() {
return this.yargs.argv;
if (!this._argv) {
this._argv = this.yargs.argv;
}
return this._argv;
},
set: function(argv) {
this._argv = argv;
}

@@ -128,0 +134,0 @@ });

2

package.json
{
"name": "mongodb-js-cli",
"description": "Tools for mongodb-js to write excellent CLI's",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {

@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt",

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