
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
enchanted-curly
Advanced tools
A set of more customizable rules for eslint/curly.
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install enchanted-curly
:
$ npm install enchanted-curly --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-curly
globally.
Add curly
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"enchanted-curly"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"enchanted-curly/rule-name": 2
}
}
v1.0.1 (2020-06-10)
FAQs
A set of more customizable rules for eslint/curly
We found that enchanted-curly demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
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.