Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@voxpelli/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voxpelli/tsconfig - npm Package Compare versions

Comparing version
14.0.0
to
15.0.0
+1
-0
base.json

@@ -32,2 +32,3 @@ {

"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": true,

@@ -34,0 +35,0 @@ /* Additional checks */

+8
-3
{
"name": "@voxpelli/tsconfig",
"description": "Personal tsconfig bases",
"version": "14.0.0",
"version": "15.0.0",
"license": "MIT",

@@ -23,2 +23,5 @@ "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",

"check": "tsc",
"dependents:0-update": "cd dependents-data/ && list-dependents list --precision 2 --field engines --include-historic -n @voxpelli/tsconfig",
"dependents:1-filter": "list-dependents filter --sort-download --min-downloads=0 --repository-prefix=https://github.com/ -i dependents-data/voxpelli__tsconfig.ndjson | jq -s '[.[].repositoryUrl | sub(\"https://github.com/\";\"\";\"i\")] | unique | sort' > dependents-data/source-automatic.json",
"dependents": "run-s dependents:*",
"prepare": "husky",

@@ -30,8 +33,10 @@ "test": "tsc"

"husky": "^9.1.5",
"typescript": "~5.5.4",
"list-dependents-cli": "^2.5.2",
"npm-run-all2": "^6.2.2",
"typescript": "~5.6.2",
"validate-conventional-commit": "^1.0.4"
},
"peerDependencies": {
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}