Socket
Socket
Sign inDemoInstall

solhint

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solhint - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.coveralls.yml

19

package.json
{
"name": "solhint",
"version": "1.0.5",
"version": "1.0.6",
"description": "Solidity Code Linter",
"main": "solhint.js",
"keywords": [
"solidity", "linter", "security-scanner", "etherium", "ast", "developer-tools", "code-quality", "smart-contracts"
"solidity",
"linter",
"security-scanner",
"etherium",
"ast",
"developer-tools",
"code-quality",
"smart-contracts"
],

@@ -12,3 +19,4 @@ "homepage": "https://tokenhouse.github.io/solhint/",

"scripts": {
"test": "eslint *.js lib/*.js lib/rules/*.js test/*.js && mocha"
"exec-tests": "nyc -x \"**/grammar/**\" mocha && nyc report --reporter=text-lcov | coveralls",
"test": "eslint *.js lib/*.js lib/rules/*.js test/*.js && npm run exec-tests"
},

@@ -29,5 +37,8 @@ "bin": {

"assert": "1.4.1",
"coveralls": "2.13.1",
"eslint": "4.6.1",
"mocha": "3.5.0"
"mocha": "3.5.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "11.2.1"
}
}

@@ -5,2 +5,8 @@ ## Solhint Project

[![npm version](http://img.shields.io/npm/v/solhint.svg?style=flat)](https://npmjs.org/package/solhint
"View this project on npm")
[![Coverage Status](https://coveralls.io/repos/github/tokenhouse/solhint/badge.svg?branch=master)](
https://coveralls.io/github/tokenhouse/solhint?branch=master)
This is an open source project for linting [solidity](http://solidity.readthedocs.io/en/develop/) code. This project

@@ -7,0 +13,0 @@ provide both **security** and **style guide** validations.

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc