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.4.0 to 3.5.0

7

CHANGELOG.md
# Changelog
## [3.5.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.4.0...v3.5.0) (2021-11-24)
### Features
* expose `request` and `dbRequest` Axios instances ([b51a68c](https://www.github.com/cheminfo/rest-on-couch-client/commit/b51a68ce43ced8d2772f24c01f23e8c4a5cd203a))
## [3.4.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.4...v3.4.0) (2021-11-19)

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

2

lib-es6/real/Roc.js

@@ -31,5 +31,5 @@ import axios from 'axios';

dbUrl;
accessToken;
request;
dbRequest;
accessToken;
constructor(config) {

@@ -36,0 +36,0 @@ super();

@@ -0,1 +1,2 @@

import { AxiosInstance } from 'axios';
import { ICouchGroupInfo } from '..';

@@ -17,5 +18,5 @@ import { BaseRocReduceQuery } from '../base';

private dbUrl;
private request;
private dbRequest;
private accessToken?;
readonly request: AxiosInstance;
readonly dbRequest: AxiosInstance;
constructor(config: IRocConfig);

@@ -22,0 +23,0 @@ create<ContentType>(newDocument: INewDocument<ContentType>): Promise<BaseRocDocument<ContentType>>;

@@ -33,5 +33,5 @@ "use strict";

dbUrl;
accessToken;
request;
dbRequest;
accessToken;
constructor(config) {

@@ -38,0 +38,0 @@ super();

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