terminusdb-client-js icon indicating copy to clipboard operation
terminusdb-client-js copied to clipboard

TerminusDB JavaScript Client

Results 12 terminusdb-client-js issues
Sort by recently updated
recently updated
newest added

With the axios upgrade, referencing the default export for require() is needed depending on the builds. This fixes that.

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

**Describe the bug** Unexpected `Description`s of `RolesObj` properties: https://github.com/terminusdb/terminusdb-client-js/blob/main/docs/api/typedef.md#rolesobj ```markdown ## RolesObj ##### RolesObj: ` Object` **Properties** | Name | Type | Description | | --- | --- | ---...

bug
triage

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.3 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

This is but a stub of a new typescript WOQL implementation, as a base scaffolding of a structure. It originally assumed to use the original WOQL library for rendering out...

The function `queryDocument` returns an empty string when a document can't be found. This is very confusing! As you can't check for the result being `null` or `undefined`. It should...

planned

**Is your feature request related to a problem? Please describe.** Remotes (`/api/remote`) are unsupported by Javascript client, except for by using `sendCustomRequest`, as they are part of the Swagger API....

planned