npm-registry-couchapp
Advanced tools
Comparing version 2.3.5 to 2.3.6
{ | ||
"name": "npm-registry-couchapp", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"description": "The CouchApp implementation of an npm registry", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -17,2 +17,3 @@ // start the couchdb spinning as a detached child process. | ||
var timeout = process.env.TRAVIS ? 20000 : 5000 | ||
var conf = path.resolve(__dirname, 'fixtures', 'couch.ini') | ||
@@ -45,3 +46,3 @@ var pidfile = path.resolve(__dirname, 'fixtures', 'pid') | ||
if (er) { | ||
if (Date.now() - start < 5000) | ||
if (Date.now() - start < timeout) | ||
return setTimeout(function () { | ||
@@ -48,0 +49,0 @@ fs.readFile(logfile, R) |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
1151445
24778
40