Socket
Socket
Sign inDemoInstall

@cloudant/couchbackup

Package Overview
Dependencies
Maintainers
4
Versions
479
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudant/couchbackup - npm Package Compare versions

Comparing version 2.3.2-SNAPSHOT.5 to 2.3.2-SNAPSHOT.7

1

CHANGES.md

@@ -8,2 +8,3 @@ # 2.4.0

URL validation error messages.
- [UPGRADED] Increased nodejs-cloudant dependency to 3.x.x.

@@ -10,0 +11,0 @@ # 2.3.1 (2018-06-15)

2

includes/spoolchanges.js

@@ -65,3 +65,3 @@ // Copyright © 2017, 2018 IBM Corp. All rights reserved.

// stream the changes feed to disk
var changesRequest = db.changes({ seq_interval: 10000 })
var changesRequest = db.changesAsStream({ seq_interval: 10000 })
.on('error', function(err) {

@@ -68,0 +68,0 @@ callback(new error.BackupError('SpoolChangesError', `Failed changes request - ${err.message}`));

@@ -48,3 +48,4 @@ // Copyright © 2017, 2018 IBM Corp. All rights reserved.

method: 'POST',
headers: { 'content-encoding': 'gzip' }
headers: { 'content-encoding': 'gzip' },
stream: true
}, function(err) {

@@ -51,0 +52,0 @@ err = error.convertResponseError(err);

{
"name": "@cloudant/couchbackup",
"version": "2.3.2-SNAPSHOT.5",
"version": "2.3.2-SNAPSHOT.7",
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",

@@ -26,3 +26,3 @@ "homepage": "https://github.com/cloudant/couchbackup",

"debug": "~4.1.0",
"@cloudant/cloudant": "^2.2.0",
"@cloudant/cloudant": "^3.0.1",
"tmp": "0.0.33"

@@ -37,18 +37,18 @@ },

"eslint": "^5.0.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-header": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-react": "^7.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-plugin-header": "^2.0.0",
"http-proxy": "^1.16.2",
"jsdoc": "^3.5.2",
"mocha": "^5.0.0",
"toxy": "^0.3.12",
"uuid": "^3.0.1",
"nock": "^10.0.0",
"rewire": "^4.0.0",
"tail": "^2.0.0",
"rewire": "^4.0.0",
"nock": "^10.0.0",
"http-proxy": "^1.16.2"
"toxy": "^0.3.16",
"uuid": "^3.0.1"
},

@@ -55,0 +55,0 @@ "scripts": {

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