New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npm-registry-couchapp

Package Overview
Dependencies
Maintainers
5
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.5.2 to 2.5.3

2

package.json
{
"name": "npm-registry-couchapp",
"version": "2.5.2",
"version": "2.5.3",
"description": "The CouchApp implementation of an npm registry",

@@ -5,0 +5,0 @@ "scripts": {

@@ -17,3 +17,3 @@ // start the couchdb spinning as a detached child process.

var timeout = process.env.TRAVIS ? 20000 : 5000
var timeout = 300000; // 5 minutes
var conf = path.resolve(__dirname, 'fixtures', 'couch.ini')

@@ -20,0 +20,0 @@ var pidfile = path.resolve(__dirname, 'fixtures', 'pid')

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