New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rest-on-couch-client

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-on-couch-client - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

CHANGELOG.md
# Changelog
### [3.0.1](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.0.0...v3.0.1) (2021-08-02)
### Bug Fixes
* **types:** make include_docs lowercase as in roc API ([d9b9a84](https://www.github.com/cheminfo/rest-on-couch-client/commit/d9b9a84e1100f942ed6bd9b248ffdece9ca3e45c))
## [3.0.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v2.3.0...v3.0.0) (2021-07-28)

@@ -4,0 +11,0 @@

2

lib/types.d.ts

@@ -77,3 +77,3 @@ /// <reference types="node" />

mine?: boolean;
includeDocs?: boolean;
include_docs?: boolean;
}

@@ -80,0 +80,0 @@ export interface IReduceQueryOptions extends ICouchViewBase {

{
"name": "rest-on-couch-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "A nodejs / browser client for rest-on-couch backend",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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