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.11 to 1.0.12

index.all.js

3

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

@@ -37,2 +37,3 @@ "main": "solhint.js",

"assert": "1.4.1",
"browserify": "^14.4.0",
"coveralls": "2.13.1",

@@ -39,0 +40,0 @@ "mocha": "3.5.0",

#!/usr/bin/env node
const program = require('commander');
const linter = require('./lib/index');
const linter = require('./index.all');
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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc