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

couchdb-delete

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-delete - npm Package Versions

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc