Socket
Socket
Sign inDemoInstall

@ibm-cloud/cloudant

Package Overview
Dependencies
Maintainers
0
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.10.2 to 0.10.3

3

index.d.ts

@@ -19,5 +19,6 @@ /**

*/
export { default as CloudantV1 } from './cloudant/v1';
import { default as CloudantV1 } from './cloudant/v1';
export { CloudantV1 };
export { BasicAuthenticator, IamAuthenticator, CouchdbSessionAuthenticator, CouchdbSessionAuthenticatorOptions, } from './auth';
export { ChangesFollower } from './cloudant/features/changesFollower';
export { Stream } from './cloudant/features/stream';

@@ -25,4 +25,4 @@ "use strict";

*/
var v1_1 = require("./cloudant/v1");
Object.defineProperty(exports, "CloudantV1", { enumerable: true, get: function () { return __importDefault(v1_1).default; } });
const v1_1 = __importDefault(require("./cloudant/v1"));
Object.defineProperty(exports, "CloudantV1", { enumerable: true, get: function () { return v1_1.default; } });
var auth_1 = require("./auth");

@@ -29,0 +29,0 @@ Object.defineProperty(exports, "BasicAuthenticator", { enumerable: true, get: function () { return auth_1.BasicAuthenticator; } });

{
"name": "@ibm-cloud/cloudant",
"version": "0.10.2",
"version": "0.10.3",
"description": "IBM Cloudant Node.js SDK",

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

@@ -5,3 +5,3 @@ [![Build Status](https://github.com/IBM/cloudant-node-sdk/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/IBM/cloudant-node-sdk/actions/workflows/test.yml)

# IBM Cloudant Node.js SDK Version 0.10.2
# IBM Cloudant Node.js SDK Version 0.10.3

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

For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.2/examples#examples-for-node).
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#examples-for-node).

@@ -1067,3 +1067,3 @@ ### Error handling

For use-cases where these configuration limitations are deemed too restrictive then it is recommended to
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.2/examples#postchanges) instead of the follower.
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#postchanges) instead of the follower.

@@ -1103,3 +1103,3 @@ #### Error suppression

In these cases use-case specific control over the number of change requests made and the content size of the responses
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.2/examples#postchanges).
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#postchanges).

@@ -1597,3 +1597,3 @@ #### Checkpointing

[similar issues](https://github.com/IBM/cloudant-node-sdk/issues?q=is%3Aissue) and review the
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.2/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.

@@ -1628,6 +1628,6 @@ Please consult the [security policy](https://github.com/IBM/cloudant-node-sdk/security/policy) before opening security related issues.

For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.2/CONTRIBUTING.md).
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/CONTRIBUTING.md).
## License
This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.2/LICENSE).
This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/LICENSE).

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