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.12 to 1.0.13

2

package.json
{
"name": "solhint",
"version": "1.0.12",
"version": "1.0.13",
"description": "Solidity Code Linter",

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

#!/usr/bin/env node
const program = require('commander');
const linter = require('./index.all');
const linter = require('./lib/index');
const _ = require('lodash');

@@ -6,0 +6,0 @@ const fs = require('fs');

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