Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
lerna-changelog
Advanced tools
Generate a changelog for a lerna monorepo.
Based on @hzoo's long-lived PR for lerna changelog
.
Uses github PR/Issue names categorized by labels with configurable headings.
Install:
$ npm install -g lerna-changelog
Configure:
$ git diff lerna.json
...
{
+ "changelog": {
+ "repo": "my-org/my-repo",
+ "labels": {
+ "bug": "Bug fix",
+ "cleanup": "Housekeeping"
+ },
+ "cacheDir": ".changelog"
+ },
"lerna": "2.0.0-beta.9",
"version": "0.2.11"
}
Authenticate:
$ export GITHUB_AUTH="..."
Run:
$ lerna-changelog
## Unreleased (2016-05-24)
#### Bug fix
* `my-package-a`, `my-package-b`
* [#198](https://github.com/my-org/my-repo/pull/198) Avoid an infinite loop. ([@helpful-hacker](https://github.com/helpful-hacker))
#### Housekeeping
* `my-package-c`
* [#183](https://github.com/my-org/my-repo/pull/183) Standardize error messages. ([@careful-coder](https://github.com/careful-coder))
#### Commiters: 2
- helpful-hacker
- careful-coder
Copypasta. You're done!
You'll need a GitHub API personal access token.
repo
: Your "org/repo" on GitHubcacheDir
[optional]: A place to stash GitHub API responses to avoid throttlinglabels
: GitHub issue/PR labels mapped to changelog section headersFAQs
Generate a changelog for a lerna monorepo
The npm package lerna-changelog receives a total of 49,137 weekly downloads. As such, lerna-changelog popularity was classified as popular.
We found that lerna-changelog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.