Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

jsenvy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsenvy

envy ====

latest
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

envy

Build
Status

Inspired by lightsofapollo/exhibition.

Installation

git clone https://github.com/gaye/envy.git
// set PATH=/path/to/envy:$PATH

Slightly Fancier (if you already have some npm)

npm install -g jsenvy@latest

Usage

# envy will download default versions of node and npm into a sandbox.
$ envy node --version
v2.2.1

$ envy npm --version
2.11.2

# Or you can configure the versions with environment variables.
$ NODEJS_VERSION=v1.8.1 envy node --version
v1.8.1

$ NPM_VERSION=1.4.28 envy npm --version
1.4.28

# npm -g will install stuff into the sandbox. No sudo required!
$ envy npm install -g mocha
/home/gareth/Documents/envy/npm/2.11.2/bin/bin/mocha -> /home/gareth/Documents/envy/npm/2.11.2/bin/lib/node_modules/mocha/bin/mocha
/home/gareth/Documents/envy/npm/2.11.2/bin/bin/_mocha -> /home/gareth/Documents/envy/npm/2.11.2/bin/lib/node_modules/mocha/bin/_mocha
mocha@2.2.5 /home/gareth/Documents/envy/npm/2.11.2/bin/lib/node_modules/mocha
├── escape-string-regexp@1.0.2
├── supports-color@1.2.1
├── growl@1.8.1
├── commander@2.3.0
├── diff@1.4.0
├── jade@0.26.3 (commander@0.6.1, mkdirp@0.3.0)
├── debug@2.0.0 (ms@0.6.2)
├── mkdirp@0.5.0 (minimist@0.0.8)
└── glob@3.2.3 (inherits@2.0.1, graceful-fs@2.0.3, minimatch@0.2.14)

# Magic!
$ envy mocha --help

Profile

You can also specify project-specific NODEJS_VERSION and NPM_VERSION by adding an .envyrc file to your project root like this

NODEJS_VERSION=v0.12.4
NPM_VERSION=2.11.2

FAQs

Package last updated on 07 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