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

navy

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

navy - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

lib/drivers/docker-compose/index.js

@@ -348,3 +348,3 @@ 'use strict';

case 7:
return _context11.abrupt('return', 5);
return _context11.abrupt('return', Number(port));

@@ -351,0 +351,0 @@ case 8:

@@ -107,3 +107,4 @@ 'use strict';

}),
volumes: ['/var/run/docker.sock:/tmp/docker.sock:ro']
volumes: ['/var/run/docker.sock:/tmp/docker.sock:ro'],
restart: 'always'
}

@@ -110,0 +111,0 @@ },

{
"name": "navy",
"version": "2.4.0",
"version": "2.4.1",
"description": "A tool for easy multi-service development powered by Docker Compose",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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