Socket
Socket
Sign inDemoInstall

couchdb-delete

Package Overview
Dependencies
60
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.0.1

Diff

jo
published 2.0.0 •

Changelog

Source

2.0.0

Feature: delete multiple documents

Now second ids parameter (formally id) can be an array of document ids. If so, and array contains more than one document, documents are deleted using bulk api.

Breaking Change

This changes the response format from

{
  "ok": true,
  "id": "one",
  "rev": "6-cadac9c962554f5007d8f4aded2f2e07"
}

to

[
  {
    "ok": true,
    "id": "one",
    "rev": "6-cadac9c962554f5007d8f4aded2f2e07"
  }
]
jo
published 1.0.0 •

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