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

generous-harvester

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

generous-harvester

Utility to log on harverst what you've been up to, so you dont forget your timers

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Harvester

Utility to log on harverst what you've been up to, so you dont forget your timers

Automatically log to Harvest when run yarn harvest;
push a new timer for each run under different commit.

Environment Variables:

HARVEST_ENABLE=false

# required (if HARVEST_ENABLE=true)
HARVEST_TOKEN=

# required (if HARVEST_ENABLE=true)
HARVEST_USER=

Usage

in package.json

{
  "name": "your-app",
  "scripts": {
    "prestart": "harvest --project=### --task=### --jira PRJ"
  }
}

Tips

  • Follow branch naming convetions for optimal result: {task}/{Ticket}/branch-name
  • Generate an API token, (HARVEST_TOKEN) at https://id.getharvest.com/developers
  • The project ID, and task, you can find inspecting the network of the harvest (in jira, or in harvest)

FAQs

Package last updated on 04 Aug 2020

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