
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.
@roadmunk/eslint-plugin-roadmunk-custom
Advanced tools
Plugin to hold custom ESLint rules for Roadmunk
Plugin to hold custom ESLint rules for Roadmunk
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-roadmunk-custom
:
$ npm install eslint-plugin-roadmunk-custom --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-roadmunk-custom
globally.
Add roadmunk-custom
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"roadmunk-custom"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"roadmunk-custom/rule-name": 2
}
}
align-assign
: Ensure that assignment statements are aligned
assert-length
: Uses the correct assertion method to check for length of an array
log-message-length
: Enforces a specified max length on log messages
no-lodash-deprecated-functions
: Prevents usage of deprecated lodash functions.
no-lodash-isnull
: Prevents usage of _.isNull
method.
no-lodash-isundefined
: Prevents usage of _.isUndefined
method
no-log-info
: Prevents the use of log.info
. Our coding standards recommend usage of log.user
& log.sys
over the deprecated log.info
no-require-views
: Warns about requiring packages from the views/
folder.
order-import
: Ensures that import statements in a file are in the correct order.
order-require
: Ensures that require statements in a file are in the correct order.
FAQs
Plugin to hold custom ESLint rules for Roadmunk
We found that @roadmunk/eslint-plugin-roadmunk-custom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.