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

couchdb-bulk2

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-bulk2 - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

3

cli.js

@@ -59,4 +59,5 @@ #!/usr/bin/env node

this.pause()
await bulkPost(batch)
const batchToPost = batch
batch = []
await bulkPost(batchToPost)
this.resume()

@@ -63,0 +64,0 @@ } catch (err) {

{
"name": "couchdb-bulk2",
"version": "2.0.5",
"version": "2.0.6",
"description": "Pipe newline-delimited JSON into CouchDB",

@@ -5,0 +5,0 @@ "main": "cli.js",

@@ -50,2 +50,2 @@ # couchdb-bulk2

## See also
* [`couchdb-bulk2`] works great in combinaison with [`ndjson-apply`](https://github.com/maxlath/ndjson-apply): see [data transformation workflow in the Inventaire project](https://github.com/inventaire/inventaire/blob/master/docs/data_transformation.md#data-transformation)
* `couchdb-bulk2` works great in combinaison with [`ndjson-apply`](https://github.com/maxlath/ndjson-apply): see [data transformation workflow in the Inventaire project](https://github.com/inventaire/inventaire/blob/master/docs/data_transformation.md#data-transformation)
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