Socket
Socket
Sign inDemoInstall

@mapbox/node-pre-gyp

Package Overview
Dependencies
Maintainers
14
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/node-pre-gyp

Node.js native addon binary install tool


Version published
Weekly downloads
3.6M
decreased by-39.76%
Maintainers
14
Weekly downloads
 
Created

What is @mapbox/node-pre-gyp?

The @mapbox/node-pre-gyp package is a tool that facilitates the publishing and installing of Node.js C++ addons from binary. It is used to handle the entire life cycle of publishing and consuming native Node.js modules, aiming to support pre-built binaries for Node.js modules to avoid the need for developers to compile and build the native code on their own machines.

What are @mapbox/node-pre-gyp's main functionalities?

Installation of pre-built binaries

This command installs the @mapbox/node-pre-gyp package, which can then be used to install other native Node.js modules that have pre-built binaries available, avoiding the need for a local build.

npm install @mapbox/node-pre-gyp

Publishing pre-built binaries

This command is used to publish pre-built binary files to a hosting service, making them available for others to download and use without compiling.

node-pre-gyp publish

Rebuilding native modules

This command can be used to rebuild native modules from source, in case pre-built binaries are not available or compatible.

node-pre-gyp rebuild

Package binary management

This command packages the binary files into a tarball, which can then be published or installed.

node-pre-gyp package

Other packages similar to @mapbox/node-pre-gyp

Keywords

FAQs

Package last updated on 11 May 2021

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc