Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethlint

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethlint - npm Package Compare versions

Comparing version 0.0.0 to 1.2.0

.eslintrc.js

63

package.json
{
"name": "ethlint",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "1.2.0",
"description": "Linter to identify and fix Style & Security issues in Solidity",
"main": "./lib/solium.js",
"bin": {
"solium": "./bin/solium.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "nyc --reporter=text --reporter=html mocha --require should --reporter spec --recursive",
"lint": "eslint lib/ test/ bin/ config/"
},
"author": "Raghav Dua",
"license": "MIT"
"keywords": [
"lint",
"static-analysis",
"solidity",
"abstract-syntax-tree",
"ethereum",
"smart-contracts",
"ethlint",
"solium",
"blockchain",
"code-quality",
"dapp",
"developer-tools",
"security",
"soliumconfig",
"soliumplugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/duaraghav8/Ethlint.git"
},
"author": "Raghav Dua <duaraghav8@gmail.com>",
"license": "MIT",
"dependencies": {
"ajv": "^5.2.2",
"chokidar": "^1.6.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"eol": "^0.9.1",
"js-string-escape": "^1.0.1",
"lodash": "^4.14.2",
"sol-digger": "0.0.2",
"sol-explore": "1.6.1",
"solium-plugin-security": "0.1.1",
"solparse": "2.2.6",
"text-table": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^4.13.0",
"mocha": "^3.4.2",
"nyc": "^11.2.1",
"should": "^11.0.0",
"solium-config-test": "0.0.1",
"solium-config-test-invalid-schema": "0.0.0",
"solium-config-test-invalid-syntax": "0.0.0",
"solium-plugin-test": "0.1.5",
"solium-plugin-test-invalid-schema": "0.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc