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

underlink

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

underlink

Productive for both client and server apps. Instead of relative paths:

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Productive for both client and server apps. Instead of relative paths:

var env = require("../../../env")

Import relative to the project:

var env = require("_/env")

Install with github and npm:

$ npm install --save aj0strow/underlink

You can use it as a command, like in an npm postinstall script:

$ node_modules/.bin/underlink

For some platforms, like Heroku, it doesn't work. In that case:

require("underlink")("app")

MIT License

FAQs

Package last updated on 16 Dec 2015

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