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

@jenssimon/eslint-config-typescript

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jenssimon/eslint-config-typescript - npm Package Compare versions

Comparing version 3.3.4 to 3.4.0

1

index.js

@@ -59,2 +59,3 @@ module.exports = {

],
'@typescript-eslint/member-delimiter-style': 'error',
'@typescript-eslint/naming-convention': [

@@ -61,0 +62,0 @@ 'error',

13

package.json
{
"name": "@jenssimon/eslint-config-typescript",
"version": "3.3.4",
"version": "3.4.0",
"description": "ESLint configuration for usage with TypeScript",

@@ -18,7 +18,9 @@ "main": "index.js",

"scripts": {
"lint": "eslint --fix ./"
"lint": "eslint --fix ./",
"ci": "run-s \"ci:*\"",
"ci:lint": "eslint ./"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-plugin-deprecation": "^1.3.2"

@@ -29,3 +31,4 @@ },

"eslint": "8.10.0",
"typescript": "4.5.5"
"npm-run-all": "4.1.5",
"typescript": "4.6.2"
},

@@ -32,0 +35,0 @@ "peerDependencies": {

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