Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-registry-couchapp

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-registry-couchapp - npm Package Compare versions

Comparing version 2.3.5 to 2.3.6

2

package.json
{
"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)

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