New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tc

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tc - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

6

CHANGELOG.md

@@ -14,2 +14,8 @@ # Change Log

## [2.3.0] - 2017-10-29
### Changed
* `padding-line-between-statements` - multiple exports don't need new lines.
* `array-element-newline` - disabled for tests
* `array-bracket-newline` - disabled for tests
## [2.2.0] - 2017-10-29

@@ -16,0 +22,0 @@ ### Added

15

index.js

@@ -287,3 +287,4 @@ 'use strict';

{blankLine: 'always', prev: '*', next: 'cjs-export'},
{blankLine: 'always', prev: 'cjs-import', next: '*'},
{blankLine: 'any', prev: 'cjs-export', next: 'cjs-export'},
{blankLine: 'any', prev: 'cjs-import', next: '*'},
{blankLine: 'any', prev: 'cjs-import', next: 'cjs-import'}

@@ -319,3 +320,3 @@ ],

{blankLine: 'any', prev: '*', next: 'for'},
{blankLine: 'always', prev: 'import', next: '*'},
{blankLine: 'any', prev: 'import', next: '*'},
{blankLine: 'any', prev: 'import', next: 'import'},

@@ -325,7 +326,9 @@ {blankLine: 'any', prev: 'if', next: '*'},

{blankLine: 'any', prev: '*', next: 'function'},
{blankLine: 'always', prev: '*', next: 'export'},
{blankLine: 'always', prev: '*', next: 'cjs-export'},
{blankLine: 'always', prev: 'cjs-import', next: '*'},
{blankLine: 'any', prev: '*', next: 'export'},
{blankLine: 'any', prev: '*', next: 'cjs-export'},
{blankLine: 'any', prev: 'cjs-import', next: '*'},
{blankLine: 'any', prev: 'cjs-import', next: 'cjs-import'}
]
],
'array-element-newline': 'off',
'array-bracket-newline': 'off'
}

@@ -332,0 +335,0 @@ }

2

package.json
{
"name": "eslint-config-tc",
"version": "2.2.0",
"version": "2.3.0",
"description": "ESLint shareable config for TC's projects",

@@ -5,0 +5,0 @@ "keywords": [

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