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

mongopatch

Package Overview
Dependencies
Maintainers
4
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.8.3 to 0.8.4

10

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

@@ -42,3 +42,9 @@ "description": "MongoDB patching tool",

"mongopatch": "./bin/mongopatch.js"
}
},
"license": "MIT",
"keywords": [
"mongodb",
"patch",
"cli"
]
}

@@ -207,1 +207,6 @@ mongopatch [![Build Status](https://travis-ci.org/e-conomic/mongopatch.png?branch=master)](https://travis-ci.org/e-conomic/mongopatch)

- Mixin provided query when updating document, to make sure the document still statisfies the criteria. [Issue #3](https://github.com/e-conomic/mongopatch/issues/3).
License
-------
[MIT](http://opensource.org/licenses/MIT)

@@ -47,2 +47,7 @@ var fs = require('fs');

type: 'boolean'
},
'diff-object': {
describe: 'Use objects instead of arrays in document diff',
type: 'boolean',
default: false
}

@@ -49,0 +54,0 @@ };

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