Socket
Socket
Sign inDemoInstall

ndjson-to-couchdb

Package Overview
Dependencies
79
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

bin/cli.js

@@ -9,3 +9,3 @@ #!/usr/bin/env node

force: false,
swallow_errors: false,
swallowErrors: false,
prev_rev_field: undefined,

@@ -12,0 +12,0 @@ copy_fields_from_prev_rev: undefined

@@ -23,3 +23,3 @@ var couchr = require('couchr');

if (err) {
if (config.swallow_errors) return cb(null, {ok: false, error: err})
if (config.swallowErrors) return cb(null, {ok: false, error: err})
else return cb(err);

@@ -26,0 +26,0 @@ }

{
"name": "ndjson-to-couchdb",
"version": "4.1.0",
"version": "4.1.1",
"description": "Stream ndjson to couchdb",

@@ -5,0 +5,0 @@ "bin": "bin/cli.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc