npm @happyvertical/smrt-core @0.40.28
score
0.8
high
flagged
2026-07-26 18:21
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 7 versions in last 24h: ['0.40.24', '0.40.25', '0.40.26', '0.40.27', '0.40.28'] |
| topology | ||
| mass_publish_burst | 0.8 | publisher 'wllgrffn' pushed 12 packages in the last 15min on npm |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"wllgrffn"
],
"versions": 117
}
Evidence (package doc at flag time)
{
"dependencies_count": 18,
"dist": {
"integrity": "sha512-kU3Z7TL9h+qcdJf16Tq9T5o3JijI18+umEBVmZiVRLX7AuCnHi8LwW2v5nmw4l6LU8Bgt80r3Quj0Jia7J7t1g==",
"tarball": "https://registry.npmjs.org/@happyvertical/smrt-core/-/smrt-core-0.40.28.tgz",
"unpackedSize": 11212312
},
"dist-tags": {
"latest": "0.40.28"
},
"latest_version": "0.40.28",
"maintainers": [
{
"email": "willgriffin@gmail.com",
"name": "wllgrffn"
}
],
"num_versions": 118,
"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/generate-test-manifest.js && NODE_OPTIONS=--trace-deprecation node ../../scripts/run-with-ci-postgres.mjs -- pnpm exec vitest run src/__tests__/change-feed-concurrency.optional.test.ts src/__tests__/issue-2069-postgres-date-instant.optional.test.ts src/__tests__/issue-2070-postgres-hydration.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 12 packages in the last 15min on npm",
"rapid_release": "7 versions in last 24h: ['0.40.24', '0.40.25', '0.40.26', '0.40.27', '0.40.28']"
},
"time": {
"created": "2026-06-23T01:18:31.192Z",
"modified": "2026-07-26T20:02:25.498Z"
}
}