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

node-gypd

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

node-gypd

Build your node.js native dependencies only once on a single place.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Build your node.js native dependencies only once on a single place.

Status: experimental.

Why?

We waste too much time waiting npm and node-gyp to build native dependencies every single time.

You are supposed to use the same platform on both sides.

Installation

npm install -g node-gypd

Run the server

PORT=9000 CACHE_PATH=/var/gypd node-gypd

Usage

From your packages:

//old:
"bcrypt": "~0.7.5"

//new:
"bcrypt": "http://localhost:9000/node/0.10.30/packages/bcrypt/0.7.5"

From the command line:

npm install http://localhost:9000/node/0.10.30/packages/bcrypt/0.7.5

License

MIT 2015 - AUTH0 INC.

FAQs

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