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.8.1 to 3.8.2

4

lib/util/request.js

@@ -6,3 +6,3 @@ 'use strict';

var once = require('./once');
var joinPath = require('path').join;
var joinPath = require('path').posix.join;
var LinkedList = require('linkedlist');

@@ -80,2 +80,2 @@

};
};
};
{
"name": "arangojs",
"version": "3.8.1",
"version": "3.8.2",
"description": "The official ArangoDB JavaScript driver.",

@@ -36,3 +36,3 @@ "main": "index.js",

"all-minify": "uglifyjs dist/arango.all.js > dist/arango.all.min.js",
"raw-bundle": "browserify -x extend -x request -s arangojs ./index.js > dist/arango.js",
"raw-bundle": "browserify -x extend -s arangojs ./index.js > dist/arango.js",
"raw-minify": "uglifyjs dist/arango.js > dist/arango.min.js",

@@ -39,0 +39,0 @@ "lint": "eslint index.js src test",

Sorry, the diff of this file is too big to display

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