couchnode
couchnode copied to clipboard
Couchbase Node.js Client Library (Official)
I've seen [a similar PR for a more recent SDK version](https://github.com/couchbase/couchnode/pull/106) but sadly I still have an old Couchbase server version 4.1.0 running for some data. That isn't scheduled to...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
The existing code in the README file does not work as `Cluster` was imported while `connect` function was used. I have changed the example snippet that works and tested it...
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) and [got](https://github.com/sindresorhus/got). These dependencies needed to be updated together. Updates `cacheable-request` from 7.0.2 to 10.2.7 Release notes Sourced from cacheable-request's releases. v10.2.6 Fix for memory leak on Listeners...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
The whole purpose of `getMulti.exists()` is to check the existence of an element, so it should not throw if the element does not exist, out of bounds or not. This...
# Context I am connecting to Couchbase Capella by this sdk. I have loaded prebuilt sample dataset `travel-sample`. I checked via another API `QueryIndexManager::getAllIndexes('travel-sample'). ` to make sure several index...
Please consider adding a **waitUntilReady** method to the **Node.js SDK**, similar to the **Java SDK**. Currently, there is no native way to wait for the cluster to fully initialize, often...
Hi, I am getting this error when I am creating a JS bundle for browser with couchbase as dependency.