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 18.1.0 to 19.0.0

18

package.json
{
"name": "eslint-config-tc",
"version": "18.1.0",
"version": "19.0.0",
"description": "ESLint shareable config for JavaScript projects",

@@ -37,13 +37,13 @@ "keywords": [

"@jest/globals": "^26.6.2",
"eslint": "^7.22.0",
"eslint": "^7.25.0",
"eslint-formatter-pretty": "^4.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-unicorn": "^31.0.0",
"is-plain-obj": "^3.0.0",
"jest": "^26.6.3",
"npm-package-json-lint": "^5.1.0",
"npm-package-json-lint-config-tc": "^4.0.0",
"npm-package-json-lint-config-tc": "^4.1.0",
"prettier": "^2.2.1"

@@ -53,3 +53,3 @@ },

"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0"
"eslint-config-prettier": "^8.3.0"
},

@@ -62,7 +62,7 @@ "peerDependencies": {

"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-unicorn": "^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0",
"eslint-plugin-unicorn": ">=25.0.0",
"prettier": "^2.0.0"
},
"engines": {
"node": ">=10.0.0",
"node": ">=12.0.0",
"npm": ">=6.0.0"

@@ -69,0 +69,0 @@ },

@@ -5,3 +5,2 @@ # eslint-config-tc

[![license](https://img.shields.io/github/license/tclindner/eslint-config-tc.svg?maxAge=2592000&style=flat-square)](https://github.com/tclindner/eslint-config-tc/blob/master/LICENSE)

@@ -13,3 +12,2 @@ [![npm](https://img.shields.io/npm/v/eslint-config-tc.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/eslint-config-tc)

## What is eslint-config-tc?

@@ -27,3 +25,3 @@

* [Node.js](https://nodejs.org/) - v10.0.0+
* [Node.js](https://nodejs.org/) - v12.0.0+
* [npm](http://npmjs.com) - v6.0.0+

@@ -70,2 +68,2 @@

Copyright (c) 2016-2020 Thomas Lindner. Licensed under the MIT license.
Copyright (c) 2016-2021 Thomas Lindner. Licensed under the MIT license.

@@ -6,3 +6,4 @@ module.exports = {

'unicorn/no-array-for-each': 'off',
'unicorn/prefer-module': 'off',
},
};

Sorry, the diff of this file is not supported yet

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