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.0 to 0.10.1

24

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

@@ -39,4 +39,4 @@ "main": "index.js",

"dependencies": {
"@types/node": "18.19.39",
"ibm-cloud-sdk-core": "5.0.0"
"@types/node": "18.19.44",
"ibm-cloud-sdk-core": "5.0.1"
},

@@ -47,4 +47,4 @@ "devDependencies": {

"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"dotenv": "16.4.5",

@@ -58,13 +58,13 @@ "eslint": "8.57.0",

"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-jsdoc": "50.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.1.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"sinon": "18.0.0",
"ts-jest": "29.2.0",
"typedoc": "0.26.3",
"typescript": "5.5.3"
"ts-jest": "29.2.4",
"typedoc": "0.26.5",
"typescript": "5.5.4"
},

@@ -71,0 +71,0 @@ "peerDependencies": {

@@ -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.0
# IBM Cloudant Node.js SDK Version 0.10.1

@@ -904,3 +904,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.0/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.1/examples#examples-for-node).

@@ -1002,3 +1002,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.0/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.1/examples#postchanges) instead of the follower.

@@ -1038,3 +1038,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.0/examples#postchanges).
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.1/examples#postchanges).

@@ -1532,3 +1532,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.0/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.1/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.

@@ -1563,6 +1563,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.0/CONTRIBUTING.md).
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.1/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.0/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.1/LICENSE).

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