Socket
Socket
Sign inDemoInstall

mongoose-repl

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-repl - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

10

lib-js/cli.js

@@ -39,6 +39,14 @@ // Generated by CoffeeScript 1.6.3

describe: 'Host to connect to'
},
version: {
alias: '-v',
describe: 'List version'
}
}).argv;
return repl.run(schemas(argv.s), mongo_uri(argv.h, (_ref = argv._) != null ? _ref[0] : void 0));
if (argv.v) {
return console.log(require("" + __dirname + "/../package.json").version);
} else {
return repl.run(schemas(argv.s), mongo_uri(argv.h, (_ref = argv._) != null ? _ref[0] : void 0));
}
}
};

2

package.json
{
"name": "mongoose-repl",
"version": "0.1.0",
"version": "0.1.2",
"description": "A Mongo REPL with the full power of Mongoose",

@@ -5,0 +5,0 @@ "engines": {

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