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.3.2 to 3.3.3

7

CHANGELOG.md
# Changelog
### [3.3.3](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.2...v3.3.3) (2021-11-15)
### Bug Fixes
* startKey and endKey should actually be startkey and endkey ([ba1c9bb](https://www.github.com/cheminfo/rest-on-couch-client/commit/ba1c9bb02f398189b854e0e4f247e9300d764e3a))
### [3.3.2](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.1...v3.3.2) (2021-11-02)

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

8

lib/types.d.ts

@@ -72,4 +72,4 @@ /// <reference types="node" />

export interface ICouchViewBase<KeyType> {
startKey?: KeyType;
endKey?: KeyType;
startkey?: KeyType;
endkey?: KeyType;
key?: KeyType;

@@ -100,4 +100,4 @@ }

key?: KeyType;
startKey?: KeyType;
endKey?: KeyType;
startkey?: KeyType;
endkey?: KeyType;
}

@@ -104,0 +104,0 @@ export interface IReduceQueryResult<KeyType = any, ValueType = any> {

{
"name": "rest-on-couch-client",
"version": "3.3.2",
"version": "3.3.3",
"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