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 9.0.0-preview.3 to 9.0.0-preview.4

2

cjs/connection.js

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

this._headers.set("x-arango-version", String(this._arangoVersion));
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.3 (cloud)`);
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.4 (cloud)`);
this._loadBalancingStrategy = config.loadBalancingStrategy ?? "NONE";

@@ -106,0 +106,0 @@ this._precaptureStackTraces = Boolean(config.precaptureStackTraces);

@@ -18,2 +18,6 @@ import { Database } from "./database.js";

/**
* The job's ID.
*/
get id(): string;
/**
* Whether the job's results have been loaded. If set to `true`, the job's

@@ -20,0 +24,0 @@ * result can be accessed from {@link Job.result}.

@@ -24,2 +24,8 @@ "use strict";

/**
* The job's ID.
*/
get id() {
return this._id;
}
/**
* Whether the job's results have been loaded. If set to `true`, the job's

@@ -26,0 +32,0 @@ * result can be accessed from {@link Job.result}.

@@ -99,3 +99,3 @@ /**

this._headers.set("x-arango-version", String(this._arangoVersion));
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.3 (cloud)`);
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.4 (cloud)`);
this._loadBalancingStrategy = config.loadBalancingStrategy ?? "NONE";

@@ -102,0 +102,0 @@ this._precaptureStackTraces = Boolean(config.precaptureStackTraces);

@@ -18,2 +18,6 @@ import { Database } from "./database.js";

/**
* The job's ID.
*/
get id(): string;
/**
* Whether the job's results have been loaded. If set to `true`, the job's

@@ -20,0 +24,0 @@ * result can be accessed from {@link Job.result}.

@@ -21,2 +21,8 @@ /**

/**
* The job's ID.
*/
get id() {
return this._id;
}
/**
* Whether the job's results have been loaded. If set to `true`, the job's

@@ -23,0 +29,0 @@ * result can be accessed from {@link Job.result}.

@@ -18,2 +18,6 @@ import { Database } from "./database.js";

/**
* The job's ID.
*/
get id(): string;
/**
* Whether the job's results have been loaded. If set to `true`, the job's

@@ -20,0 +24,0 @@ * result can be accessed from {@link Job.result}.

{
"name": "arangojs",
"version": "9.0.0-preview.3",
"version": "9.0.0-preview.4",
"engines": {

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

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 not supported yet

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