Socket
Socket
Sign inDemoInstall

solhint

Package Overview
Dependencies
Maintainers
4
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 2.0.0-alpha.3 to 2.0.0-beta.1

22

CHANGELOG.md

@@ -0,1 +1,23 @@

## [2.0.0-beta.1] - 2019-01-31
### Fixed
- Fix linter errors
## [2.0.0-alpha.3] - 2019-01-23
### Changed
- Update config initializer [#103](https://github.com/protofire/solhint/pull/103)
## [2.0.0-alpha.2] - 2019-01-08
### Changed
- Remove prettier from rule
## [2.0.0-alpha.1] - 2019-01-08
### Fixed
- Package version
## [2.0.0-alpha.0] - 2019-01-08
### Added
- Add rulesets [#73](https://github.com/protofire/solhint/issues/73)
- Add plugins support [#99](https://github.com/protofire/solhint/pull/99)
- Update docs
## [1.5.0] - 2018-12-26

@@ -2,0 +24,0 @@ ### Added

2

lib/rules/miscellaneous/index.js
const QuotesChecker = require('./quotes')
module.exports = function checkers(reporter, config, inputSrc, fileName) {
module.exports = function checkers(reporter, config) {
return [new QuotesChecker(reporter, config)]
}
{
"name": "solhint",
"version": "2.0.0-alpha.3",
"version": "2.0.0-beta.1",
"description": "Solidity Code Linter",

@@ -5,0 +5,0 @@ "main": "solhint.js",

@@ -18,7 +18,7 @@ # Roadmap

- Support prettier-solidity [#72]
- 2.0.0
- 2.0.0.beta.1 [released beta version on Jan 31, 2019]
- Switch from Blacklisting to Rulesets + Whitelisting [#73]
- Plugins support [#70]
- Support prettier-solidity as a plugin
- Support prettier-solidity as a plugin [#72]
- 2.1.0
- Separate core library from CLI app [#69]
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