
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.
eslint-config-joyn
Advanced tools
Shareable ESLint config presets for Joyn.
This config aims for ES2015+ or TypeScript code. It supports various environments (e.g. node
or browser
).
npm i -D eslint-config-joyn eslint-plugin-prettier prettier eslint-plugin-unicorn eslint-plugin-promise eslint-plugin-eslint-comments eslint-plugin-import eslint-plugin-optimize-regex eslint-plugin-no-secrets eslint-plugin-array-func eslint-plugin-sonarjs
extends: "joyn"
to your ESLint config.The following .eslintrc.json
config file configures a node project with mixed commonjs script and typescript files.
{
"extends": [ "joyn", "joyn/presets/node" ],
"overrides": [
{
"files": [ "**/*.js" ],
"extends": [ "joyn/presets/commonjs" ]
},
{
"files": [ "**/*.ts" ],
"extends": [ "joyn/presets/typescript" ]
},
{
"files": [ "test/unit/**/*.spec.js", "test/unit/**/*.spec.ts" ],
"extends": [ "joyn/presets/mocha-chai" ]
}
]
}
joyn/presets/browser
joyn/presets/node
: requires additional dependencies npm i -D eslint-plugin-node
joyn/presets/commonjs
joyn/presets/esm
joyn/presets/typescript
: requires additional dependencies npm i -D @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-functional
and the use of --ext
ESLint CLI option in order to lint .ts
filesjoyn/presets/ava
: requires additional dependencies npm i -D eslint-plugin-ava
joyn/presets/mocha-chai
: requires additional dependencies npm i -D eslint-plugin-mocha
joyn/presets/jest
: requires additional dependencies npm i -D eslint-plugin-jest
joyn/presets/react
: requires additional dependencies npm i -D eslint-plugin-react eslint-plugin-react-hooks
FAQs
Shareable ESLint config presets for Joyn.
The npm package eslint-config-joyn receives a total of 2,615 weekly downloads. As such, eslint-config-joyn popularity was classified as popular.
We found that eslint-config-joyn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.