npm @sonvex/cli @1.39.4
score
0.6097
med
flagged
2026-06-06 23:16
Signals fired
| signal | weight | rationale |
|---|---|---|
| identity | ||
| maintainer_churn | 1.0 | added: ['npm-support'] |
| maintainer_takeover | 1.0 | prior all gone ['song-junhyeong'] -> now ['npm-support'] |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"song-junhyeong"
],
"versions": 4
}
Evidence (package doc at flag time)
{
"dependencies_count": 3,
"dist": {
"integrity": "sha512-MRxoXmVLF5w8lZa8xcNVKGZaJJ6kR+WtvI6jsnz4wqAOmBKMcC8iHgIfKf9fp9sRsa9ZhuA7X6wS9ZBe8dY9Ag==",
"tarball": "https://registry.npmjs.org/@sonvex/cli/-/cli-1.39.4.tgz",
"unpackedSize": 30693266
},
"dist-tags": {
"latest": "1.39.4"
},
"latest_version": "1.39.4",
"maintainers": [
{
"email": "support@npmjs.com",
"name": "npm-support"
}
],
"num_versions": 4,
"repository": {
"directory": "npm-packages/sonvex",
"type": "git",
"url": "git+https://github.com/Song-JunHyeong/sonvex.git"
},
"scripts": {
"build": "npm run generateApiSpec && node scripts/run-build.mjs",
"bundle-server": "node scripts/bundle-server.mjs",
"checkApiSpec": "npm run checkManagementApiSpec && npm run checkFunctionLogsApiSpec",
"checkFunctionLogsApiSpec": "openapi-typescript ./function-logs-openapi.json --output ./src/cli/lib/generatedFunctionLogsApi.ts --root-types --root-types-no-schema-prefix --check",
"checkManagementApiSpec": "openapi-typescript ./cli-management-openapi.json --output ./src/cli/generatedApi.ts --root-types --root-types-no-schema-prefix --check",
"clean": "shx rm -rf dist tmpDist*",
"compare-codegen": "node scripts/compare-codegen.mjs",
"format": "prettier -w . '!CHANGELOG.md' && eslint --fix .",
"format-check": "prettier -c . '!CHANGELOG.md' && eslint . --cache",
"generateApiSpec": "npm run generateManagementApiSpec && npm run generateFunctionLogsApiSpec",
"generateFunctionLogsApiSpec": "openapi-typescript ./function-logs-openapi.json --output ./src/cli/lib/generatedFunctionLogsApi.ts --root-types --root-types-no-schema-prefix",
"generateManagementApiSpec": "openapi-typescript ./cli-management-openapi.json --output ./src/cli/generatedApi.ts --root-types --root-types-no-schema-prefix",
"lint": "eslint . --cache",
"postpack": "node scripts/postpack.mjs",
"prepack": "node scripts/prepack.mjs",
"prepare": "npm run build",
"prepublishOnly": "node scripts/version-check.mjs && node scripts/prepublish-guard.mjs",
"publish:npm": "node scripts/publish-npm.mjs",
"test": "vitest --silent",
"test-esm": "node ./scripts/test-esm.mjs && ./scripts/checkdeps.mjs && ./scripts/checkimports.mjs",
"test-not-silent": "vitest",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"signal_details": {
"maintainer_churn": "added: ['npm-support']",
"maintainer_takeover": "prior all gone ['song-junhyeong'] -> now ['npm-support']"
},
"time": {
"created": "2026-05-29T11:12:04.187Z",
"modified": "2026-06-07T04:16:03.925Z"
}
}