npm @happyvertical/smrt-core @0.40.14
score
0.7396
high
flagged
2026-07-18 11:24
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 7 versions in last 24h: ['0.40.10', '0.40.11', '0.40.12', '0.40.13', '0.40.14'] |
| topology | ||
| mass_publish_burst | 0.8 | publisher 'wllgrffn' pushed 10 packages in the last 15min on npm |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"wllgrffn"
],
"versions": 55
}
Evidence (package doc at flag time)
{
"dependencies_count": 18,
"dist": {
"integrity": "sha512-/hmzFMGUYBUArDACU1/zRzCwBrJus3ZFPr4IfX0m72PKBPRIBq0b5ejcIgFcYgvaShtih/EDNQSxUaPEtzAk0A==",
"tarball": "https://registry.npmjs.org/@happyvertical/smrt-core/-/smrt-core-0.40.14.tgz",
"unpackedSize": 11015430
},
"dist-tags": {
"latest": "0.40.14"
},
"latest_version": "0.40.14",
"maintainers": [
{
"email": "willgriffin@gmail.com",
"name": "wllgrffn"
}
],
"num_versions": 104,
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/happyvertical/smrt.git"
},
"scripts": {
"build": "node scripts/generate-manifest.js && node scripts/generate-test-manifest.js && vite build && cp -r src/vite-plugin/templates dist/vite-plugin/ && cp -r scripts dist/ && cp src/manifest/static-manifest.json dist/manifest.json && cp src/manifest/smrt-knowledge.json dist/smrt-knowledge.json",
"build:fresh": "npm run clean && npm run build && npm run verify:exports && npm run verify:consumer-plugin",
"build:watch": "vite build --watch",
"clean": "rm -rf dist docs",
"dev": "npm run build:watch & npm run test:watch",
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules",
"docs:watch": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules --watch",
"generate": "node scripts/generate-manifest.js",
"generate:test": "node scripts/generate-test-manifest.js",
"test": "node scripts/generate-test-manifest.js && vitest run",
"test:integration": "TEST_INTEGRATION=1 vitest run src/__tests__/full-registry-integration.test.ts src/__tests__/manifest-no-leak.test.ts",
"test:postgres": "node ../../scripts/run-with-ci-postgres.mjs -- pnpm exec vitest run src/__tests__/change-feed-concurrency.optional.test.ts",
"test:watch": "node scripts/generate-test-manifest.js && vitest",
"typecheck": "tsc -p tsconfig.typecheck.json",
"verify:consumer-plugin": "node -e \"try { const { smrtConsumer } = require('./dist/consumer-plugin.js'); const plugin = smrtConsumer(); console.log('\u2705 Consumer plugin working:', plugin.name); } catch(e) { console.error('\u274c Consumer plugin failed:', e.message); process.exit(1); }\"",
"verify:exports": "node --input-type=module -e \"import { readFileSync, existsSync } from 'fs'; const pkg = JSON.parse(readFileSync('./package.json', 'utf-8')); Object.entries(pkg.exports).forEach(([key, path]) => { if (typeof path === 'string' && existsSync(path)) { console.log('\u2705', key, '\u2192', path); } else if (typeof path === 'object') { const paths = [path.types, path.browser, path.default, path.import, path.require].filter(Boolean); if (paths.every(p => existsSync(p))) { console.log('\u2705', key, '\u2192', JSON.stringify(path)); } else { console.error('\u274c', key, '\u2192', JSON.stringify(path), '(some missing)'); process.exit(1); } } else { console.error('\u274c', key, '\u2192', path, '(missing)'); process.exit(1); } });\""
},
"signal_details": {
"mass_publish_burst": "publisher 'wllgrffn' pushed 10 packages in the last 15min on npm",
"rapid_release": "7 versions in last 24h: ['0.40.10', '0.40.11', '0.40.12', '0.40.13', '0.40.14']"
},
"time": {
"created": "2026-06-23T01:18:31.192Z",
"modified": "2026-07-18T12:40:05.067Z"
}
}