
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@kentcdodds/typecheck-modules
Advanced tools
Typecheck one or more TypeScript files while resolving the TypeScript version from the target module(s), not from this CLI.
Typecheck one or more TypeScript files while resolving the TypeScript version from the target module(s), not from this CLI.
npm install -D @kentcdodds/typecheck-modules
npx @kentcdodds/typecheck-modules <file|dir|glob ...>
typecheck-modules <file|dir|glob ...>
node ./cli.js <file|dir|glob ...>
Examples:
typecheck-modules ./playground
typecheck-modules ./playground/index.ts
typecheck-modules "./playground/**/*.{ts,tsx}"
typecheck-modules --ignore "**/*.test.ts" ./playground
typescript from the nearest node_modules above each module
(using the closest package.json when available).tsconfig.json is found, it uses those compiler options.tsconfig.json is found, it falls back to TypeScript defaults and
warns once per directory group (similar to tsc file.ts behavior)..ts and .tsx.By default, these are ignored during directory and glob expansion:
node_modules, .git, dist, build, out, .cache, coverage,
test-output, test-results, test-reportsProvide --ignore to replace the defaults entirely:
typecheck-modules --ignore "**/*.test.ts" ./playground
typecheck-modules --ignore "**/fixtures/**" "./playground/**/*.ts"
MIT
FAQs
Typecheck one or more TypeScript files while resolving the TypeScript version from the target module(s), not from this CLI.
We found that @kentcdodds/typecheck-modules demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.