level-packager
Advanced tools
Comparing version 0.17.0-2 to 0.17.0-3
{ | ||
"name" : "level-packager" | ||
, "description" : "LevelUP package helper for distributing with a LevelDOWN-compatible back-end" | ||
, "version" : "0.17.0-2" | ||
, "version" : "0.17.0-3" | ||
, "contributors" : [ | ||
@@ -6,0 +6,0 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)" |
const fs = require('fs') | ||
, path = require('path') | ||
, os = require('os') | ||
var location = path.join(os.tmpdir(), 'level-test-' + process.pid + '.db') | ||
var location = path.join(__dirname, 'level-test-' + process.pid + '.db') | ||
@@ -97,2 +96,2 @@ module.exports = function (test, level, options) { | ||
} | ||
} | ||
} |
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
12270