
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.
learning-tslint
Advanced tools
Just one of the things I'm learning. <https://github.com/hchiam/learning>
Just one of the things I'm learning. https://github.com/hchiam/learning
Followed this tutorial: https://blog.bitsrc.io/extending-tslint-to-add-custom-rules-b30ca96158ee?gi=31845781f87c
Another example for reference: https://github.com/JKillian/tslint-custom-rule-example/blob/master/src/noNumberPremadeRule.ts
npm init -y
npm install typescript tslint tsutils jest ts-jest @types/jest @types/node
And then:
touch index.js # and add in code to refer to files inside /rulesDirectory
mkdir rulesDirectory
cd rulesDirectory
touch classNamePascalCaseRule.ts
tsc classNamePascalCaseRule.ts
And finally:
npm publish
Triple-click the following to select all:
git clone https://github.com/hchiam/learning-tslint.git; cd learning-tslint; npm install; # and then ...
ruleName: kebab-case, and correspond to rule file name (minus "Rule" at the end).Rule.extends Lint.Rules.AbstractRule.FAQs
Just one of the things I'm learning. <https://github.com/hchiam/learning>
We found that learning-tslint 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.