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.4 to 0.8.5

2

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

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

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

-------------
#### Version 0.8.5
- Do not use document _id for creating log object
#### Version 0.8.3

@@ -170,0 +173,0 @@

@@ -196,3 +196,2 @@ var fs = require('fs');

return parallel(options.concurrency, function(patch, callback) {
var id = patch.before._id;
var logDocument;

@@ -203,3 +202,2 @@

logCollection.insert({
_id: id,
before: patch.before,

@@ -206,0 +204,0 @@ collection: patch.collection.toString(),

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