BEACON

← candidates

npm orez @0.6.0

score
0.8 high
flagged 2026-07-20 16:21
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 7 versions in last 24h: ['0.5.35', '0.5.36', '0.5.37', '0.5.38', '0.6.0']
topology
mass_publish_burst 0.8 publisher 'nwienert' pushed 14 packages in the last 15min on npm

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "nwienert"
  ],
  "versions": 282
}

Evidence (package doc at flag time)

{
  "dependencies_count": 13,
  "dist": {
    "integrity": "sha512-w6IeYoAKNGlrAfr73JQp2V/vnOhp9IOAV0xBjbgTByvSLVvR/D79ppJYh2+IoreuqVdjXEGsNf+n2aktqUWtfw==",
    "tarball": "https://registry.npmjs.org/orez/-/orez-0.6.0.tgz",
    "unpackedSize": 5503620
  },
  "dist-tags": {
    "canary": "0.5.30-canary.1784475796600",
    "latest": "0.6.0"
  },
  "latest_version": "0.6.0",
  "maintainers": [
    {
      "email": "natewienert@gmail.com",
      "name": "nwienert"
    }
  ],
  "num_versions": 284,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/natew/orez.git"
  },
  "scripts": {
    "build": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && tsc && bun run build:sync-browser-host && bun run --cwd packages/drizzle-zero-sqlite build && chmod +x dist/cli-entry.js",
    "build:encryption-conformance": "tsc",
    "build:sync-browser-host": "bun run --cwd packages/sync-browser-host build:dist",
    "check": "bun run --cwd packages/sync-executor typecheck && bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && tsc --noEmit && bun run --cwd packages/sync-browser-host typecheck && bun run --cwd packages/sync-cf-host typecheck && bun run --cwd packages/drizzle-zero-sqlite typecheck",
    "check:all": "bun run lint && bun run format:check && bun run check && bun run test",
    "compiler:ensure-pgsqlite": "bun scripts/pgsqlite/ensure.ts",
    "compiler:harvest-fixtures": "bun scripts/pgsqlite/harvest-fixtures.ts",
    "conformance:encryption:browser": "bun run --cwd packages/sync-browser-host conformance:encryption-codec",
    "conformance:encryption:gpui": "bun run build:encryption-conformance && node scripts/encryption-codec-gpui-conformance.mjs",
    "conformance:encryption:node": "bun run build:encryption-conformance && node scripts/encryption-codec-node-conformance.mjs",
    "demo:test": "bun demo/src/test/run-e2e.ts",
    "dev": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && tsc --watch",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint --import-plugin --ignore-pattern sqlite-wasm/",
    "native:bootstrap": "bun scripts/setup-native-sqlite.ts",
    "perf:all": "bun run perf:bench && bun run perf:overhead && bun run perf:correctness && bun run perf:crash",
    "perf:bench": "bun run perf/scripts/bench-all.ts",
    "perf:ci": "bun run perf:bench -- --output=perf/reports/bench.json && bun run perf:overhead && bun run perf:correctness",
    "perf:correctness": "bun test perf/stability/correctness.test.ts",
    "perf:crash": "bun run perf/stability/crash-recovery.ts",
    "perf:diagnose": "bun run perf/scripts/diagnose.ts",
    "perf:load": "bun run perf/load/harness.ts",
    "perf:memory": "bun run perf/memory/profile.ts",
    "perf:overhead": "bun run perf/scripts/bench-proxy-overhead.ts",
    "perf:quick": "bun run perf/scripts/quick-check.ts",
    "perf:soak": "bun run perf/stability/soak.ts",
    "perf:write-profile": "bun run build && bun run perf/write-amplification/build-production-shape.ts && bun run perf/write-amplification/production-shape.ts",
    "perf:write-wrapper-profile": "bun run build && bun run perf/write-amplification/build-chat-wrapper-production-shape.ts && bun run perf/write-amplification/chat-wrapper-production-shape.ts",
    "release": "bun scripts/release.ts",
    "release:native:bootstrap": "bun scripts/bootstrap-sync-native-packages.ts",
    "release:native:prepare": "bun scripts/set-sync-native-version.ts",
    "test": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && vitest run --exclude 'src/integration/' --exclude 'src/wasm-sqlite.test.ts' && bun run test:sync-executor && bun run --cwd packages/drizzle-zero-sqlite test",
    "test:all": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && vitest run && bun run test:sync-executor",
    "test:chat": "bun scripts/test-chat-integration.ts",
    "test:chat:e2e": "bun scripts/test-chat-e2e.ts",
    "test:chat:smoke": "bun scripts/test-chat-integration.ts --smoke",
    "test:compiler": "vitest run src/pg-sqlite-compiler/",
    "test:compiler:oracle": "bun scripts/pgsqlite/ensure.ts && vitest run src/pg-sqlite-compiler/test/",
    "test:integration": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && vitest run src/integration/",
    "test:integration:native": "bun run test:native:guard && vitest run src/integration/native-startup.test.ts",
    "test:native:guard": "bun run native:bootstrap && vitest run src/integration/native-binary.guard.test.ts",
    "test:sync-browser-host": "bun run --cwd packages/sync-browser-host test",
    "test:sync-cf-host": "bun run --cwd packages/sync-cf-host test",
    "test:sync-executor": "bun run --cwd packages/sync-executor test",
    "test:transaction-query:chat": "bun run --cwd packages/sync-cf-host build:dist && bun harness/src/chat-transaction-query-diff.ts",
    "test:wasm": "vitest run src/wasm-sqlite.test.ts",
    "test:watch": "bun run --cwd packages/sync-cf-host build:dist && vitest"
  },
  "signal_details": {
    "mass_publish_burst": "publisher 'nwienert' pushed 14 packages in the last 15min on npm",
    "rapid_release": "7 versions in last 24h: ['0.5.35', '0.5.36', '0.5.37', '0.5.38', '0.6.0']"
  },
  "time": {
    "created": "2026-02-09T05:17:46.317Z",
    "modified": "2026-07-20T21:20:58.918Z"
  }
}