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
15.0.0
to
16.0.0
+7
-5
package.json
{
"name": "typescript-config-silverwind",
"version": "15.0.0",
"version": "16.0.0",
"description": "Typescript configuration",

@@ -15,8 +15,10 @@ "author": "silverwind <me@silverwind.io>",

"devDependencies": {
"eslint": "9.39.2",
"eslint-config-silverwind": "120.1.2",
"@typescript/native-preview": "7.0.0-dev.20260306.1",
"eslint": "9.39.3",
"eslint-config-silverwind": "122.0.4",
"typescript": "5.9.3",
"updates": "17.0.8",
"versions": "14.0.3"
"updates": "17.8.2",
"updates-config-silverwind": "1.0.3",
"versions": "14.2.1"
}
}

@@ -29,7 +29,7 @@ {

"allowSyntheticDefaultImports": true,
"declaration": true,
"declaration": false, // d.ts emit is handled by tsdown, not tsc/tsgo
"declarationMap": false, // https://github.com/rolldown/tsdown/issues/504
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": false,
"exactOptionalPropertyTypes": false, // TODO
"isolatedModules": true,

@@ -41,4 +41,4 @@ "jsx": "react-jsx",

"noEmit": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": false,
"noPropertyAccessFromIndexSignature": false, // TODO
"noUncheckedIndexedAccess": false, // TODO
"noUncheckedSideEffectImports": true,

@@ -67,4 +67,4 @@ "noUnusedLocals": true,

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