
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@lg-tools/build
Advanced tools
lg-tools/buildShared build config & scripts for LeafyGreen repositories
We rely on turbo to handle all package builds. Run turbo run <scripts> to build packages in a monorepo.
Turbo requires a script to be defined on each package that is run for each job defined in turbo. We provide 3 such scripts to easily drop into each package.
For each package you want turbo to build, add the following scripts to package.json:
"scripts": {
"build": "lg-build bundle",
"tsc": "lg-build tsc",
"docs": "lg-build docs"
}
The lg command is defined in @lg-tools/cli. In order to build a package that cli depends on, we won't be able to use the lg command.
To get around this, @lg-tools/build defines an internal command to be used in this special case.
For a package that cli depends on, define the following scripts in its package.json:
"scripts": {
"build": "lg-build bundle",
"tsc": "lg-build tsc"
}
FAQs
Build config for LeafyGreen repositories
The npm package @lg-tools/build receives a total of 1,618 weekly downloads. As such, @lg-tools/build popularity was classified as popular.
We found that @lg-tools/build demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.