
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@agilgur5/tsconfig
Advanced tools
My tsconfig base files, extending @tsconfig/strictest.
npm i -D @agilgur5/tsconfig
tsconfig.json:
{
// https://github.com/agilgur5/tsconfig
"extends": "@agilgur5/tsconfig/library",
// exclude node_modules (the default), dist dir, coverage dir
"exclude": ["node_modules/", "dist/", "coverage/"],
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
"compilerOptions": {
// output to dist/ dir
"outDir": "dist/",
},
}
NOTE: Due to microsoft/TypeScript#48665, TypeScript versions older than v5 must import from @agilgur5/tsconfig/src instead of the shortened package.json#exports.
NOTE: Due to microsoft/TypeScript#29172, we repeat some configurations (files, include, exclude, outDir) from the base config as relative paths are currently resolved within node_modules.
The configs here do not change any of the type-checking from the @tsconfig/strictest base. They only add a handful more simple, common configurations:
base adds to @tsconfig/strictest config around resolution (moduleResolution, resolveJsonFile) and emit (sourceMap, jsx, and noEmit)library adds to base config for libraries (declaration, declarationMap)library-build adds to library config used if you compile to JS with a separate tool (e.g. Rollup, Babel), but use tsc to output declarations (emitDeclarationOnly)FAQs
My tsconfig base files, extending @tsconfig/strictest
The npm package @agilgur5/tsconfig receives a total of 10 weekly downloads. As such, @agilgur5/tsconfig popularity was classified as not popular.
We found that @agilgur5/tsconfig 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.