New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

loaded-module

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loaded-module

Include modules relative path to your application in nodejs.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

loaded-module / under development

About

Include modules relative path to your application in nodejs.

Install

$ sudo npm i -S https://github.com/renanbastos93/loaded-module.git

Getting Start

require('loaded-module'); // Import module into the main file, and then use it anywhere in the project.

Example

//Controller wants to use the service, then enter the path
var service = loadedModule('service'); // Return all services
var serviceUnique = loadedModule('service/unique'); // Return services unique

Keywords

get

FAQs

Package last updated on 20 Apr 2017

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