Socket
Socket
Sign inDemoInstall

viewmodel

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viewmodel - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

2

lib/databases/elasticsearch6.js

@@ -223,2 +223,3 @@ var util = require("util"),

obj);
vm.actionOnCommit = 'update';
indexCount++;

@@ -231,2 +232,3 @@ break;

{ doc: obj });
vm.actionOnCommit = 'update';
indexCount++;

@@ -233,0 +235,0 @@ break;

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "1.10.4",
"version": "1.10.5",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -0,1 +1,4 @@

## [v1.10.5](https://github.com/adrai/node-viewmodel/compare/v1.10.4...v1.10.5)
- elasticsearch6: bulkCommit fix
## [v1.10.4](https://github.com/adrai/node-viewmodel/compare/v1.10.3...v1.10.4)

@@ -14,3 +17,3 @@ - bulkCommit: mongodb fix concurrency check for upserts

## [v1.10.0](https://github.com/adrai/node-viewmodel/compare/v1.9.1...v1.10.0)
- bulkCommit for Elasticsearch 6.Ximplementation [#58](https://github.com/adrai/node-viewmodel/pull/58) thanks to [nanov](https://github.com/nanov)
- bulkCommit for Elasticsearch 6.X implementation [#58](https://github.com/adrai/node-viewmodel/pull/58) thanks to [nanov](https://github.com/nanov)

@@ -17,0 +20,0 @@ ## [v1.9.1](https://github.com/adrai/node-viewmodel/compare/v1.9.0...v1.9.1)

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