
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@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 53 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.