Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postinstall-build

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postinstall-build - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

package.json
{
"name": "postinstall-build",
"version": "5.0.1",
"version": "5.0.2",
"description": "Helper for conditionally building your npm package on postinstall in order to support git installs.",

@@ -5,0 +5,0 @@ "repository": {

@@ -9,2 +9,4 @@ [![Travis Status](https://travis-ci.org/exogen/postinstall-build.svg)](https://travis-ci.org/exogen/postinstall-build)

⚠️ **NOTE! As of npm 5.0.0, this functionality is built into npm!** The new `prepare` lifecycle script will build your package when installed from git. If possible, I recommend migrating off of `postinstall-build` and onto the official support for `prepare`.
Conditionally build in the `postinstall` hook without moving your

@@ -11,0 +13,0 @@ `devDependencies` to `dependencies`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc