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.1 to 1.1.2

.nyc_output/afa244821ef7973307cd9910af3e78ce.json

5

lib/rules/align/brackets-align.js

@@ -32,6 +32,2 @@ const BaseChecker = require('./../base-checker');

enterFunctionCallArguments(ctx) {
this.validateBlock(ctx);
}
validateBlock(ctx) {

@@ -68,3 +64,2 @@ if (typeOf(ctx.parentCtx) === 'functionDefinition') {

}
}

@@ -71,0 +66,0 @@

2

package.json
{
"name": "solhint",
"version": "1.1.1",
"version": "1.1.2",
"description": "Solidity Code Linter",

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

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

program
.version('1.1.1');
.version('1.1.2');

@@ -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