
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.
@croquiscom/eslint-config-www
Advanced tools
This package includes the shareable ESLint configuration used by Kakaostyle
npm install --save-dev @croquiscom/eslint-config-www eslint typescript
import baseConfig from '@croquiscom/eslint-config-www/index.mjs';
import globals from 'globals';
import tseslint from 'typescript-eslint';
export default tseslint.config(
...baseConfig,
{
languageOptions: {
globals: {
...globals.browser,
},
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
project: `${import.meta.dirname}/tsconfig.json`,
},
},
settings: {
'import/resolver': {
typescript: {
project: `${import.meta.dirname}/tsconfig.json`,
},
},
},
rules: {},
},
{
ignores: ['eslint.config.mjs'],
},
);
You can override the settings from eslint-config-www
by editing the eslint.config.mjs
file. Learn more about configuring ESLint on the ESLint website.
Github Action을 통해 자동으로 배포하고 있습니다.
changeset 파일을 포함한 PR이 main에 머지되면, Github Action 워크플로우가 동작되며, 버전 배포를 위한 Version Packages PR이 생성됩니다. 해당 PR을 머지하게 되면 Github Action의 워크플로우가 동작되며 패키지가 배포됩니다.
npm 권한이 필요합니다. npm에 가입 후 권한을 요청해주세요.
npm run changeset version
git commit -m "chore: version bump"
npm run release
FAQs
ESLint configuration used by Kakaostyle web projects
The npm package @croquiscom/eslint-config-www receives a total of 654 weekly downloads. As such, @croquiscom/eslint-config-www popularity was classified as not popular.
We found that @croquiscom/eslint-config-www demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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.