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
15.0.0
to
15.1.0
+10
-8
package.json
{
"name": "@voxpelli/tsconfig",
"description": "Personal tsconfig bases",
"version": "15.0.0",
"version": "15.1.0",
"license": "MIT",

@@ -23,4 +23,6 @@ "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:0-update": "cd dependents-data/ && list-dependents list --precision=3 --min-downloads=10 --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:2-join": "jq -s '[.[].[]] | unique | sort as $all | $all - [$exclude.[].[].[]]' dependents-data/source-*.json --slurpfile exclude dependents-data/failures.json > dependents-data/joined.json",
"dependents-dedupe-manual": "jq '. as $all | $all - $exclude.[]' dependents-data/source-manual.json --slurpfile exclude dependents-data/source-automatic.json",
"dependents": "run-s dependents:*",

@@ -31,12 +33,12 @@ "prepare": "husky",

"devDependencies": {
"@types/node": "^22.5.4",
"husky": "^9.1.5",
"list-dependents-cli": "^2.5.2",
"npm-run-all2": "^6.2.2",
"typescript": "~5.6.2",
"@types/node": "^22.9.3",
"husky": "^9.1.7",
"list-dependents-cli": "^2.6.1",
"npm-run-all2": "^7.0.1",
"typescript": "~5.7.2",
"validate-conventional-commit": "^1.0.4"
},
"peerDependencies": {
"typescript": "~5.6.2"
"typescript": "~5.6.2 || ~5.7.2"
}
}