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

arangojs

Package Overview
Dependencies
Maintainers
2
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 3.4.1 to 3.4.2

10

lib/graph.js

@@ -133,11 +133,7 @@ /*jshint browserify: true */

} else {
data._from = fromId;
data._to = toId;
data._from = this._documentHandle(fromId);
data._to = this._documentHandle(toId);
}
if (!callback) callback = noop;
this._gharial.post(data, {
collection: this.name,
from: this._documentHandle(fromId),
to: this._documentHandle(toId)
}, function (err, body) {
this._gharial.post(data, function (err, body) {
if (err) callback(err);

@@ -144,0 +140,0 @@ else callback(null, body);

{
"name": "arangojs",
"version": "3.4.1",
"version": "3.4.2",
"description": "The official ArangoDB JavaScript driver.",

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

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