Socket
Socket
Sign inDemoInstall

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.3.0 to 3.3.1

6

lib/collection.js

@@ -190,3 +190,7 @@ /*jshint browserify: true */

ld: Boolean(opts.type !== 'array'),
qs: extend({}, opts, {collection: this.name})
qs: extend({
type: 'auto'
}, opts, {
collection: this.name
})
}, function (err, body) {

@@ -193,0 +197,0 @@ if (err) callback(err);

4

package.json
{
"name": "arangojs",
"version": "3.3.0",
"version": "3.3.1",
"description": "The official ArangoDB JavaScript driver.",

@@ -70,2 +70,2 @@ "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