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 4.0.0 to 4.1.0

4

CHANGELOG.md

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

## [4.1.0] - 2018-07-14
### Removed
* Removed deprecated ESLint rule, `no-catch-shadow`
## [4.0.0] - 2018-06-23

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

1

index.js

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

'no-case-declarations': 'error',
'no-catch-shadow': 'error',
'no-class-assign': 'error',

@@ -104,0 +103,0 @@ 'no-compare-neg-zero': 'error',

{
"name": "eslint-config-tc",
"version": "4.0.0",
"version": "4.1.0",
"description": "ESLint shareable config for JavaScript projects",

@@ -33,7 +33,7 @@ "keywords": [

"chai": "^4.1.2",
"eslint": "^5.0.0",
"eslint": "^5.1.0",
"eslint-formatter-pretty": "^1.3.0",
"is-plain-obj": "^1.1.0",
"mocha": "^5.2.0",
"npm-package-json-lint": "^3.1.0",
"npm-package-json-lint": "^3.2.0",
"npm-package-json-lint-config-tc": "^2.1.0",

@@ -43,3 +43,3 @@ "temp-write": "^3.4.0"

"peerDependencies": {
"eslint": "^5.0.0"
"eslint": "^5.1.0"
},

@@ -46,0 +46,0 @@ "engines": {

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