Socket
Socket
Sign inDemoInstall

@ibm-cloud/cloudant

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-cloud/cloudant - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

7

auth/couchdbSessionAuthenticator.d.ts

@@ -41,2 +41,3 @@ /**

private tokenOptions;
static readonly AUTHTYPE_COUCHDB_SESSION = "COUCHDB_SESSION";
/**

@@ -68,2 +69,8 @@ * Create a new CouchdbSessionAuthenticator instance.

configure(userOptions: UserOptions): void;
/**
* Returns the authenticator's type ('COUCHDB_SESSION').
*
* @returns a string that indicates the authenticator's type
*/
authenticationType(): string;
}

@@ -123,2 +123,11 @@ "use strict";

};
/**
* Returns the authenticator's type ('COUCHDB_SESSION').
*
* @returns a string that indicates the authenticator's type
*/
CouchdbSessionAuthenticator.prototype.authenticationType = function () {
return CouchdbSessionAuthenticator.AUTHTYPE_COUCHDB_SESSION;
};
CouchdbSessionAuthenticator.AUTHTYPE_COUCHDB_SESSION = 'COUCHDB_SESSION';
return CouchdbSessionAuthenticator;

@@ -125,0 +134,0 @@ }(ibm_cloud_sdk_core_1.Authenticator));

6

package.json
{
"name": "@ibm-cloud/cloudant",
"version": "0.0.20",
"version": "0.0.21",
"description": "IBM Cloudant Node.js SDK",

@@ -36,5 +36,5 @@ "main": "index.js",

"dependencies": {
"@types/node": "16.10.2",
"@types/node": "16.11.7",
"extend": "3.0.2",
"ibm-cloud-sdk-core": "2.14.4",
"ibm-cloud-sdk-core": "2.17.0",
"tough-cookie": "4.0.0"

@@ -41,0 +41,0 @@ },

@@ -5,3 +5,3 @@ [![Build Status](https://travis-ci.com/IBM/cloudant-node-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-node-sdk)

# IBM Cloudant Node.js SDK Version 0.0.20
# IBM Cloudant Node.js SDK Version 0.0.21

@@ -110,8 +110,8 @@ IBM Cloudant Node.js SDK is a client library that interacts with the

[service-credentials]: https://cloud.ibm.com/docs/Cloudant?topic=cloudant-creating-an-ibm-cloudant-instance-on-ibm-cloud#locating-your-service-credentials
[cloud-IAM-mgmt]: https://cloud.ibm.com/docs/Cloudant?topic=cloudant-ibm-cloud-identity-and-access-management-iam-
[service-credentials]: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-locating-your-service-credentials
[cloud-IAM-mgmt]: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-managing-access-for-cloudant#introduction-iam-ai
[couch-cookie-auth]: https://docs.couchdb.org/en/stable/api/server/authn.html#cookie-authentication
[cloudant-cookie-auth]: https://cloud.ibm.com/docs/Cloudant?topic=cloudant-authentication#cookie-authentication
[cloudant-cookie-auth]: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-work-with-your-account#cookie-authentication
[couch-basic-auth]: https://docs.couchdb.org/en/stable/api/server/authn.html#basic-authentication
[cloudant-basic-auth]: https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-authentication#basic-authentication
[cloudant-basic-auth]: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-work-with-your-account#basic-authentication

@@ -118,0 +118,0 @@ This library requires some of your

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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