Comparing version 3.8.1 to 3.8.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162096
1654
2834