
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.
tslint-gitstatus
Advanced tools
Please use v5.4.3 or higher version of tslint
Using current git status to find out modfied and added files passing tslint, to prevent lint the whole repository again and again. This is a nice package to use along with git precommit.
npm install tslint-gitstatus
Install global
npm i -g tslint-gitstatus
Usage
Usage: tslintgs [options] [command]
Commands:
help Display help
Options:
-e, --ext [value] extension names, can use multiple extensions seperate with comma (defaults to "ts,tsx")
-g, --git [value] your git directory, where your .git exist (defaults to "./")
-h, --help Output usage information
-t, --tslint [value] tslint.json file path (defaults to "./tslint.json")
-v, --version Output the version number
.gitstring | string[]: which kind of extensions do you want to lint with tslint.// TslintGitStatus(<tslint.json path>, <git repository path>, <extension default 'ts'>)
new TslintGitStatus(resolve(__dirname, "./tslint.json"), resolve(__dirname, "../"), ".ts").start()
.then((result) => {
// success no lint error, done lint
})
.catch((err) => {
// err, when lint failed
});
MIT
FAQs
tslint-gitstatus
The npm package tslint-gitstatus receives a total of 0 weekly downloads. As such, tslint-gitstatus popularity was classified as not popular.
We found that tslint-gitstatus 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
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.