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.14 to 0.0.15

2

auth/couchdbSessionAuthenticator.js

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -27,0 +29,0 @@ function __() { this.constructor = d; }

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -27,0 +29,0 @@ function __() { this.constructor = d; }

3

lib/cloudantBaseService.js

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -96,3 +98,2 @@ function __() { this.constructor = d; }

_super.prototype.setEnableGzipCompression.call(this, setting);
this.baseOptions.enableGzipCompression = setting;
this.configureSessionAuthenticator();

@@ -99,0 +100,0 @@ };

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

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

"dependencies": {
"@types/node": "^14.14.7",
"@types/node": "^15.0.1",
"extend": "^3.0.2",
"ibm-cloud-sdk-core": "~2.8.0"
"ibm-cloud-sdk-core": "~2.10.0"
},

@@ -43,0 +43,0 @@ "jest": {

@@ -15,5 +15,5 @@ <!--

[![Release](https://img.shields.io/github/v/release/IBM/cloudant-node-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-node-sdk/releases/latest)
[![Docs](https://img.shields.io/static/v1?label=nodedoc&message=latest&color=blue)](https://ibm.github.io/cloudant-node-sdk/)
[![Docs](https://img.shields.io/static/v1?label=TypeDoc&message=latest&color=blue)](https://ibm.github.io/cloudant-node-sdk/)
# IBM Cloudant Node.js SDK Version 0.0.14
# IBM Cloudant Node.js SDK Version 0.0.15

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

The following code examples
The following code examples
[authenticate with the environment variables](#authenticate-with-environment-variables).

@@ -228,3 +228,3 @@

This example code gathers information about an existing database hosted on
the https://examples.cloudant.com/ service `url`. To connect, you must
the https://examples.cloudant.com/ service `url`. To connect, you must
extend your environment variables with the *service url* and *authentication

@@ -819,3 +819,5 @@ type* to use `NOAUTH` authentication while you connect to the `animaldb` database.

- [Cloudant API docs](https://cloud.ibm.com/apidocs/cloudant?code=node):
API examples for Cloudant Node.js SDK.
API reference including usage examples for Cloudant Node.js SDK API.
- [TypeDoc](https://ibm.github.io/cloudant-node-sdk/):
Cloudant Node.js SDK API Documentation.
- [Cloudant docs](https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-overview#overview):

@@ -839,3 +841,5 @@ The official documentation page for Cloudant.

[bug report](https://github.com/IBM/cloudant-node-sdk/issues).
Before you submit a bug report, search for similar issues. It's possible that your issue has already been reported.
Before you submit a bug report, search for
[similar issues](https://github.com/IBM/cloudant-node-sdk/issues?q=is%3Aissue) and review the
[KNOWN_ISSUES file](KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.

@@ -842,0 +846,0 @@ ## Open source at IBM

Sorry, the diff of this file is not supported yet

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

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