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

patreon-postinstall

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patreon-postinstall

Lightweight NPM postinstall message to invite people to donate to your Patreon.

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Patreon Postinstall

Lightweight NPM postinstall message to invite people to donate to your Patreon.

Installation

npm install --save patreon-postinstall

Usage

Add a new field in your package.json:

{
  ...
  "scripts": {
    "postinstall": "patreon-postinstall"
  },
  "patreon": "https://patreon.com/<project-name>"
  ...
}

Disabling

In some places (e.g. CI), you may want to disable this output. You can do this by setting the environment variable DISABLE_PATREON=true. You can also disable it by setting the npm's log level to silent (--silent), warn (--quiet), or error (--loglevel error).

Keywords

patreon

FAQs

Package last updated on 25 Aug 2019

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