Socket
Socket
Sign inDemoInstall

belly-button

Package Overview
Dependencies
126
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 6.0.0

1

.eslintrc.js

@@ -117,2 +117,3 @@ 'use strict';

'no-useless-call': 'error',
'no-useless-catch': 'error',
'no-useless-computed-key': 'error',

@@ -119,0 +120,0 @@ 'no-useless-constructor': 'error',

5

lib/cli.js
'use strict';
const Path = require('path');
const Util = require('util');
const Bossy = require('bossy');
const Bossy = require('@hapi/bossy');
const Chalk = require('chalk');

@@ -98,4 +98,5 @@ const { CLIEngine } = require('eslint');

const totalErrors = result.errorCount;
const totalIssues = totalWarnings + totalErrors;
if (totalErrors < 1 && totalWarnings < 1) {
if (totalIssues < 1) {
return Chalk.green.bold('\nClean as a whistle! No issues found!\n');

@@ -102,0 +103,0 @@ }

{
"name": "belly-button",
"version": "5.0.0",
"version": "6.0.0",
"description": "the best souce of linting",

@@ -27,5 +27,5 @@ "author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)",

"dependencies": {
"bossy": "4.x.x",
"chalk": "1.1.x",
"eslint": "5.x.x",
"@hapi/bossy": "4.x.x",
"chalk": "2.4.x",
"eslint": "6.x.x",
"glob": "7.x.x",

@@ -35,6 +35,7 @@ "insync": "2.x.x"

"devDependencies": {
"@hapi/lab": "19.x.x",
"cb-barrier": "1.x.x",
"fs-extra": "7.x.x",
"lab": "16.x.x",
"stand-in": "4.x.x"
"fs-extra": "8.x.x",
"stand-in": "4.x.x",
"strip-ansi": "5.x.x"
},

@@ -41,0 +42,0 @@ "keywords": [

@@ -12,3 +12,3 @@ # belly-button

`belly-button` is intended to be run from the command line. Either install `belly-button` globally (using `npm i -g belly-button`), or add it to the `devDependencies` section of your `package.json` file (preferred). Then, run the command `belly-button` from the command line, or from within your `package.json`'s `scripts` section as shown below.
`belly-button` is intended to be run from the command line, or from within your `package.json`'s `scripts` section as shown below.

@@ -15,0 +15,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc