
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@cjkihl/tsconfig
Advanced tools
Shared TypeScript configurations for Node.js and browser projects. This package provides base, library, and browser configurations that can be extended in your projects.
bun add -D @cjkihl/tsconfig
For basic Node.js projects, extend the base configuration:
{
"extends": "@cjkihl/tsconfig/base"
}
For TypeScript libraries that need to generate declaration files:
{
"extends": "@cjkihl/tsconfig/lib"
}
For browser-based projects (React, Vue, etc.):
{
"extends": "@cjkihl/tsconfig/browser"
}
tsconfig/base
)tsconfig/lib
)Extends the base configuration with:
tsconfig/browser
)Extends the base configuration with:
{
"compilerOptions": {
"target": "es2022",
"module": "Preserve",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2022"]
}
}
{
"compilerOptions": {
"declaration": true,
"composite": true,
"sourceMap": true,
"declarationMap": true
}
}
{
"compilerOptions": {
"lib": ["es2022", "dom", "dom.iterable"]
}
}
MIT
FAQs
Shared TypeScript configurations for Node.js projects
The npm package @cjkihl/tsconfig receives a total of 315 weekly downloads. As such, @cjkihl/tsconfig popularity was classified as not popular.
We found that @cjkihl/tsconfig 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.