New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

solhint-plugin-lido

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solhint-plugin-lido

Lido solhint plugin

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

solhint-plugin-lido

This Solhint plugin that incorporates custom rules used in Lido finance

Setup

First install the necessary packages:

npm install --save-dev solhint solhint-plugin-lido

Then add a .solhint.json configuration file:

{
  "plugins": ["lido"],
  "rules": {
    "lido/fixed-compiler-version": "error"
  }
}

You can also set it to warning instead of error if you prefer that.

Keywords

solhint

FAQs

Package last updated on 28 Sep 2022

Did you know?

Socket

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.

Install

Related posts