Socket
Socket
Sign inDemoInstall

top-banana-module

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

top-banana-module

a method to use local, project, and global installs


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

top-banana-module

Globally install the project:

npm i -g top-banana-module

/opt/node/v5.5.0/bin/top-banana-module -> /opt/node/v5.5.0/lib/node_modules/top-banana-module/bin/top-banana-module
/opt/node/v5.5.0/lib
└── top-banana-module@0.0.2

Running a globally installed node module within the project:

~/src/top-banana-module  ‹master›
╰─ ➤  top-banana-module
top-banana-module: using project version 0.0.3

Running a globally installed node module not in the project or as a dependency:

~
╰─ ➤  top-banana-module
top-banana-module: using global installed version 0.0.3

Running a globally installed node module as a dependency:

~/src/top-banana-test
╰─ ➤  npm i --save top-banana-module
top-banana-test@1.0.0 ~/src/top-banana-test
└── top-banana-module@0.0.3

~/src/top-banana-test
╰─ ➤  node node_modules/top-banana-module/bin/top-banana-module
top-banana-module: using local installed version 0.0.3

FAQs

Package last updated on 23 Apr 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc