npm @loomcore/api @0.2.21
score
0.55
med
flagged
2026-07-23 14:06
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['0.2.19', '0.2.20', '0.2.21'] |
| topology | ||
| no_repo | 0.3 | package.json has no repository field |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"phillip_jacobs",
"timhardy"
],
"versions": 208
}
Evidence (package doc at flag time)
{
"dependencies_count": 3,
"dist": {
"integrity": "sha512-TMA8HueFJObiG4F0M+khnVPvojLPNh9zKHi+Cwtxm3O7eijb2h7slhrI55g5IhVu4a1SoIgmCzJ33cOVoqqTzA==",
"tarball": "https://registry.npmjs.org/@loomcore/api/-/api-0.2.21.tgz",
"unpackedSize": 412477
},
"dist-tags": {
"latest": "0.2.21"
},
"latest_version": "0.2.21",
"maintainers": [
{
"email": "phillip.c.jacobs@gmail.com",
"name": "phillip_jacobs"
},
{
"email": "tim.hardy@omegacreations.com",
"name": "timhardy"
}
],
"num_versions": 209,
"repository": null,
"scripts": {
"add": "git add .",
"build": "npm-run-all -s clean tsc",
"clean": "rm -rf dist",
"commit": "git commit -m \"Updates\"",
"coverage": "npm-run-all -s coverage:postgres coverage:mongodb",
"coverage:mongodb": "cross-env NODE_ENV=test TEST_DATABASE=mongodb vitest run --coverage",
"coverage:postgres": "cross-env NODE_ENV=test TEST_DATABASE=postgres vitest run --coverage",
"install-updated-libs": "npm i @loomcore/common",
"patch": "npm version patch",
"pub": "npm-run-all -s patch build push publishMe",
"publishMe": "npm publish --access public",
"push": "git push",
"test": "npm-run-all -s test:postgres test:mongodb",
"test:ci": "npm-run-all -s test:ci:postgres test:ci:mongodb",
"test:ci:mongodb": "cross-env NODE_ENV=test TEST_DATABASE=mongodb vitest run --reporter=json --outputFile=test-results-mongodb.json",
"test:ci:postgres": "cross-env NODE_ENV=test TEST_DATABASE=postgres vitest run --reporter=json --outputFile=test-results-postgres.json",
"test:db:logs": "docker-compose -f docker-compose.test.yml logs -f",
"test:db:start": "docker-compose -f docker-compose.test.yml up -d",
"test:db:stop": "docker-compose -f docker-compose.test.yml down",
"test:mongodb": "cross-env NODE_ENV=test TEST_DATABASE=mongodb vitest run",
"test:postgres": "cross-env NODE_ENV=test TEST_DATABASE=postgres vitest run",
"test:postgres:real": "npm-run-all -s test:db:start test:postgres:real-test test:db:stop",
"test:postgres:real-test": "cross-env NODE_ENV=test TEST_DATABASE=postgres USE_REAL_POSTGRES=true vitest run",
"test:watch": "cross-env NODE_ENV=test vitest",
"tsc": "tsc --project tsconfig.prod.json",
"typecheck": "tsc",
"update-lib-versions": "npx --yes npm-check-updates -u -f @loomcore/common --dep peer",
"update-libs": "npm-run-all -s update-lib-versions install-updated-libs"
},
"signal_details": {
"no_repo": "package.json has no repository field",
"rapid_release": "3 versions in last 24h: ['0.2.19', '0.2.20', '0.2.21']"
},
"time": {
"created": "2025-05-01T05:14:12.123Z",
"modified": "2026-07-23T19:06:18.600Z"
}
}