Socket
Socket
Sign inDemoInstall

navy-plugin-nodejs

Package Overview
Dependencies
4
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    navy-plugin-nodejs

A set of helpers to help improve the experience of developing NodeJS applications with Navy


Version published
Weekly downloads
362
increased by10.03%
Maintainers
4
Install size
307 kB
Created
Weekly downloads
 

Readme

Source

navy-plugin-nodejs

A set of helpers to help improve the experience of developing NodeJS applications with Navy

Installation

Create or update a Navyfile.js alongside your docker-compose.yml. Make sure you've added this plugin:

module.exports = {
  plugins: ["navy-plugin-nodejs"]
}

Make sure you also npm install navy-plugin-nodejs alongside your Docker Compose config.

Features

Resolve npm link'd modules

When using navy develop with a Node app which has linked node modules, you might run into problems with the symlinks pointing to outside of the Docker container.

This will rewrite your npm link'd modules to point directly to the repo which is linked, and will also mount your home directory into the container so that symlink can be resolved.

License

Licensed under the MIT License.

View the full license here.

Keywords

FAQs

Last updated on 03 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc