mongopatch
Advanced tools
Comparing version 0.8.3 to 0.8.4
{ | ||
"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 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
40283
0
990
212