Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arangojs

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arangojs - npm Package Compare versions

Comparing version 8.6.0 to 8.7.0

18

CHANGELOG.md

@@ -17,2 +17,19 @@ # Changelog

## [8.7.0] - 2024-02-14
### Changed
- Made `options` argument in `collection.edges`, `inEdges` and `outEdges` optional ([#802](https://github.com/arangodb/arangojs/issues/802))
### Deprecated
- Deprecated `db.getLogMessages`
This API was deprecated in ArangoDB 3.8 and should no longer be used.
Use `db.getLogEntries` instead.
### Fixed
- Fixed `db.getLogEntries` using the wrong API endpoint
## [8.6.0] - 2023-10-24

@@ -1747,2 +1764,3 @@

[8.7.0]: https://github.com/arangodb/arangojs/compare/v8.6.0...v8.7.0
[8.6.0]: https://github.com/arangodb/arangojs/compare/v8.5.0...v8.6.0

@@ -1749,0 +1767,0 @@ [8.5.0]: https://github.com/arangodb/arangojs/compare/v8.4.1...v8.5.0

2

collection.js

@@ -377,3 +377,3 @@ "use strict";

//#region edges
_edges(selector, options, direction) {
_edges(selector, options = {}, direction) {
const { allowDirtyRead = undefined } = options;

@@ -380,0 +380,0 @@ return this._db.request({

@@ -454,3 +454,3 @@ "use strict";

"x-arango-version": String(this._arangoVersion),
"x-arango-driver": `arangojs/8.6.0 (cloud)`,
"x-arango-driver": `arangojs/8.7.0 (cloud)`,
};

@@ -457,0 +457,0 @@ if (this._transactionId) {

{
"name": "arangojs",
"version": "8.6.0",
"version": "8.7.0",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=14"

@@ -135,3 +135,5 @@ # ArangoDB JavaScript Driver

two most recent Node.js LTS versions in accordance with the official
[Node.js long-term support schedule](https://github.com/nodejs/LTS).
[Node.js long-term support schedule](https://github.com/nodejs/LTS). Versions
of ArangoDB that have reached their [end of life](https://arangodb.com/subscriptions/end-of-life-notice/)
by the time of a driver release are explicitly not supported.

@@ -138,0 +140,0 @@ For a list of changes between recent versions of the driver, see the

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

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 too big to display

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 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