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

crypto-donation-postinstall

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

crypto-donation-postinstall

Npm postinstall message to invite people to donate to you in cryptocurrencies

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Crypto Donation postinstall

Npm postinstall message to invite people to donate to you in cryptocurrencies

Installation

npm install --save crypto-donation-postinstall

And in your package.json add:

{
  ...
  "scripts": {
    "postinstall": "crypto-donation-postinstall"
  },
  "cryptoDonation": {
    "btc": "your btc address",
    "eth": "your eth address",
    ...
  }
  ...
}

Disabling this message

In some places (e.g. CI) you may want to disable this output. You can do this by setting the environment variable DISABLE_CRYPTO_DONATION=true.

It will not be shown if npm's log level is set to silent (--silent), warn (--quiet), or error (--loglevel error).

This project is based on opencollective-postinstall package.

Keywords

donation

FAQs

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