
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.
@kokojs/tsconfig
Advanced tools
@kokojs/tsconfig
提供了统一的 tsconfig 配置。
yarn add @kokojs/tsconfig --dev
Tips: 若项目中安装了 koko-preset-h5 或 koko-preset-pc,则无需手动安装上述依赖。
创建 tsconfig.json
文件并添加如下配置:
{
"extends": "@kokojs/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018",
"lib": ["es2018"]
}
}
@kokojs/tsconfig
中包含了以下规则集合:
{
"compilerOptions": {
"target": "es2017", // Node.js 8
"module": "commonjs",
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"jsx": "preserve",
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noEmitOnError": true,
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}
章永胜、陈嘉涵。
FAQs
`@kokojs/tsconfig` 提供了统一的 tsconfig 配置。
We found that @kokojs/tsconfig demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
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.