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

@byzanteam/eslint-config-typescript

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
1.0.0

10

package.json
{
"name": "@byzanteam/eslint-config-typescript",
"version": "0.1.3",
"version": "1.0.0",
"description": "Byzanteam sharable ESLint configuration for TypeScript.",

@@ -17,3 +17,3 @@ "main": "index.js",

"dependencies": {
"@byzanteam/eslint-config-javascript": "^0.1.3"
"@byzanteam/eslint-config-javascript": "^1.0.0"
},

@@ -23,3 +23,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^2.30.0",
"eslint": "^5.16.0 || ^6.8.0",
"eslint": "^6.8.0 || ^7.11.0",
"typescript": "^3.8.3"

@@ -30,6 +30,6 @@ },

"@typescript-eslint/parser": "^2.30.0",
"eslint": "^5.16.0 || ^6.8.0",
"eslint": "^6.8.0 || ^7.11.0",
"typescript": "^3.8.3"
},
"gitHead": "d1f9382dd1f544c83776aa2af3ac8881d7099bd4"
"gitHead": "4ce801e55141680e03d097d002051a93518d67ad"
}