
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@angular-ru/build-tools
Advanced tools
$ yarn add @angular-ru/build-tools
Edit file package.json
in the root of your project:
{
// ...
scripts: {
// ...
// Append Husky 5 installer into 'postinstall' script
postinstall: '<...> && husky install'
}
}
Included packages in your project:
@types/node
- This package contains type definitions for Node.js.generate-changelog
- Generate a changelog from git commits. This is meant to be used so that for every patch,
minor, or major version, you update the changelog prior to running npm version so that the git tag contains the
commit that updated both the changelog and version.husky
- Husky can prevent bad git commit, git push and more!inquirer-directory
- Relative Directory prompt for the inquirer.lint-staged
- Run linters against staged git files and don't let slip into your code base!ng-packagr
- Transpile your libraries to Angular Package Format.npe
- Node Package Editor: a CLI for one-off inspection and editing of properties in package.json files.npm-run-all
- A CLI tool to run multiple npm-scripts in parallel or sequential.sort-package-json
- The package.json file can be sorted automatically before committing, install husky and
lint-staged and add the following to your package.json file!ts-node
- TypeScript execution and REPL for Node.js, with source map support.instanbul
cross-env
FAQs
Angular-RU package
The npm package @angular-ru/build-tools receives a total of 235 weekly downloads. As such, @angular-ru/build-tools popularity was classified as not popular.
We found that @angular-ru/build-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.