Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

typescript-config-silverwind

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-config-silverwind - npm Package Compare versions

Comparing version
17.0.0
to
18.0.0
+9
-8
package.json
{
"name": "typescript-config-silverwind",
"version": "17.0.0",
"version": "18.0.0",
"description": "Typescript configuration",

@@ -16,10 +16,11 @@ "author": "silverwind <me@silverwind.io>",

"devDependencies": {
"@typescript/native-preview": "7.0.0-dev.20260331.1",
"eslint": "10.1.0",
"eslint-config-silverwind": "130.1.0",
"typescript": "5.9.3",
"updates": "17.13.1",
"updates-config-silverwind": "2.0.1",
"versions": "14.2.6"
"@typescript/native-preview": "7.0.0-dev.20260420.1",
"eslint": "10.2.1",
"eslint-config-silverwind": "131.0.4",
"jest-extended": "7.0.0",
"typescript": "6.0.3",
"updates": "17.15.5",
"updates-config-silverwind": "2.1.0",
"versions": "15.0.0"
}
}

@@ -36,3 +36,3 @@ {

"jsx": "react-jsx",
"types": [], // disable automatic inclusion of all @types packages
"types": ["jest-extended"], // disable automatic inclusion of all @types packages
"lib": ["DOM", "ESNext"],

@@ -57,4 +57,3 @@ "libReplacement": false,

"strict": true,
"useUnknownInCatchVariables": false, // TODO
}
}