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

mongopatch

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongopatch - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

10

bin/mongopatch.js

@@ -102,6 +102,14 @@ #!/usr/bin/env node

process.on('uncaughtException', function(err) {
error(err);
});
version();
var argv = optimist.argv;
var opts = Object.keys(argv).reduce(function(res, key) {
res[camelize(key)] = argv[key];
return res;
}, {});
apply(argv._[0], camelize(argv));
apply(argv._[0], opts);

2

package.json
{
"name": "mongopatch",
"version": "0.3.1",
"version": "0.3.2",
"repository": "git://github.com/e-conomic/mongopatch.git",

@@ -5,0 +5,0 @@ "description": "MongoDB patching tool",

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