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.1.3 to 1.1.4

.nyc_output/06f0bdd02dc6b26ef0a9c113f8cd25ca.json

4

lib/rules/best-practises/no-unused-vars.js

@@ -43,5 +43,3 @@ const BaseChecker = require('./../base-checker');

if (firstChild && typeOf(firstChild) === 'identifier') {
this._trackVarUsage(firstChild);
}
firstChild && this._trackVarUsage(firstChild);
}

@@ -48,0 +46,0 @@

{
"name": "solhint",
"version": "1.1.3",
"version": "1.1.4",
"description": "Solidity Code Linter",

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

@@ -12,3 +12,3 @@ #!/usr/bin/env node

program
.version('1.1.3');
.version('1.1.4');

@@ -15,0 +15,0 @@ program

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