
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.
@tsconfig/node17
Advanced tools
Add the package to your "devDependencies":
npm install --save-dev @tsconfig/node17
yarn add --dev @tsconfig/node17
Add to your tsconfig.json:
"extends": "@tsconfig/node17/tsconfig.json"
The tsconfig.json:
{
"$schema": "https://www.schemastore.org/tsconfig",
"_version": "17.1.0",
"compilerOptions": {
"lib": ["es2022"],
"module": "node16",
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"useDefineForClassFields": true,
"moduleResolution": "node16"
}
}
You can find the code here.
FAQs
A base TSConfig for working with Node 17.
The npm package @tsconfig/node17 receives a total of 347 weekly downloads. As such, @tsconfig/node17 popularity was classified as not popular.
We found that @tsconfig/node17 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.