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.0 to 1.1.1

.nyc_output/145743ca42092f5238a20b283ce43832.json

3

lib/rules/align/expression-align.js

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

expression().spaceAround('?').expression().spaceAround(':').expression(),
term('!', '~', 'after', 'delete', '+', '-', '++', '--').noSpaces().expression(),
term('!', '~', '+', '-', '++', '--').noSpaces().expression(),
term('after', 'delete').space().expression(),
expression().noSpaces().term('++', '--')

@@ -31,0 +32,0 @@ )

{
"name": "solhint",
"version": "1.1.0",
"version": "1.1.1",
"description": "Solidity Code Linter",

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

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

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

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