Socket
Socket
Sign inDemoInstall

belly-button

Package Overview
Dependencies
130
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

15

.eslintrc.js

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

'brace-style': ['error', '1tbs', { 'allowSingleLine': true }],
'class-methods-use-this': 'error',
'comma-dangle': ['error', 'never'],

@@ -27,2 +28,3 @@ 'comma-spacing': ['error', { 'before': false, 'after': true }],

'eqeqeq': 'error',
'func-call-spacing': ['error', 'never'],
'generator-star-spacing': ['error', { 'before': true, 'after': false }],

@@ -36,4 +38,6 @@ 'handle-callback-err': ['error', '^(err|error)$' ],

'no-array-constructor': 'error',
'no-buffer-constructor': 'error',
'no-caller': 'error',
'no-class-assign': 'error',
'no-compare-neg-zero': 'error',
'no-cond-assign': 'error',

@@ -63,2 +67,3 @@ 'no-confusing-arrow': 'error',

'no-func-assign': 'error',
'no-global-assign': 'error',
'no-implied-eval': 'error',

@@ -76,4 +81,2 @@ 'no-inner-declarations': ['error', 'functions'],

'no-multiple-empty-lines': ['error', { 'max': 2 }],
'no-native-reassign': 'error',
'no-negated-in-lhs': 'error',
'no-new': 'error',

@@ -92,2 +95,3 @@ 'no-new-func': 'error',

'no-return-assign': 'error',
'no-return-await': 'error',
'no-self-assign': 'error',

@@ -97,3 +101,2 @@ 'no-self-compare': 'error',

'no-shadow-restricted-names': 'error',
'no-spaced-func': 'error',
'no-sparse-arrays': 'error',

@@ -109,2 +112,3 @@ 'no-this-before-super': 'error',

'no-unsafe-finally': 'error',
'no-unsafe-negation': 'error',
'no-unused-vars': ['error', { 'vars': 'all', 'args': 'none' }],

@@ -116,2 +120,3 @@ 'no-use-before-define': ['error', 'nofunc'],

'no-useless-escape': 'error',
'no-useless-return': 'error',
'no-whitespace-before-property': 'error',

@@ -125,4 +130,6 @@ 'no-with': 'error',

'prefer-const': 'error',
'prefer-numeric-literals': 'error',
'quotes': ['error', 'single', 'avoid-escape'],
'radix': 'error',
'require-await': 'error',
'rest-spread-spacing': ['error', 'never'],

@@ -138,2 +145,4 @@ 'semi': ['error', 'always'],

'strict': ['error', 'global'],
'switch-colon-spacing': ['error', { 'after': true, 'before': true }],
'symbol-description': 'error',
'template-curly-spacing': 'error',

@@ -140,0 +149,0 @@ 'unicode-bom': ['error', 'never'],

11

package.json
{
"name": "belly-button",
"version": "3.1.0",
"version": "4.0.0",
"description": "Continuation Labs linter",

@@ -21,3 +21,3 @@ "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",

"lint": "node ./bin/belly-button -I 'test/fixtures/**' -I 'node_modules/**' -f",
"test": "npm run lint && lab -v -t 100 -a code"
"test": "npm run lint && lab -v -t 100"
},

@@ -30,3 +30,3 @@ "engines": {

"chalk": "1.1.x",
"eslint": "3.x.x",
"eslint": "4.x.x",
"glob": "7.x.x",

@@ -36,5 +36,4 @@ "insync": "2.x.x"

"devDependencies": {
"code": "3.x.x",
"fs-extra": "0.30.x",
"lab": "11.x.x",
"fs-extra": "3.x.x",
"lab": "14.x.x",
"stand-in": "4.x.x"

@@ -41,0 +40,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