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

navy

Package Overview
Dependencies
Maintainers
3
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 4.0.1 to 4.0.2

2

lib/config-providers/filesystem/index.js

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

_context.next = 3;
return (0, _execAsync.execAsync)('docker-compose', ['config'], null, { cwd: process.cwd() });
return (0, _execAsync.execAsync)('docker-compose', ['config'], null, { maxBuffer: Infinity, cwd: process.cwd() });

@@ -26,0 +26,0 @@ case 3:

{
"name": "navy",
"version": "4.0.1",
"version": "4.0.2",
"description": "Quick and powerful development environments using Docker and 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