BEACON

← candidates

npm @plurnk/plurnk-grammar @1.3.2

score
0.55 med
flagged 2026-07-25 13:19
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 3 versions in last 24h: ['1.3.0', '1.3.1', '1.3.2']
topology
no_repo 0.3 package.json has no repository field

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "possumtechcom"
  ],
  "versions": 133
}

Evidence (package doc at flag time)

{
  "dependencies_count": 4,
  "dist": {
    "integrity": "sha512-Lofa4iihuXigLE7PZGBE+ywNf926oAG0bCDyQKTJ/73c15xHX01Bnw9OF14zlXnq/HSMJyTe7d98rvu+LYdHWA==",
    "tarball": "https://registry.npmjs.org/@plurnk/plurnk-grammar/-/plurnk-grammar-1.3.2.tgz",
    "unpackedSize": 728563
  },
  "dist-tags": {
    "latest": "1.3.2"
  },
  "latest_version": "1.3.2",
  "maintainers": [
    {
      "email": "possumtech@pm.me",
      "name": "possumtechcom"
    }
  ],
  "num_versions": 133,
  "repository": null,
  "scripts": {
    "antlr:parse": "testrig src/generated/plurnk document --tree",
    "antlr:tokens": "testrig src/generated/plurnk document --tokens",
    "antlr:trace": "testrig src/generated/plurnk document --trace",
    "build": "npm run build:grammar && npm run build:types && npm run build:dist && npm run build:gbnf",
    "build:dist": "rm -rf dist && tsc -p tsconfig.build.json",
    "build:gbnf": "node --conditions=plurnk-dev scriptify/generate-gbnf.ts",
    "build:grammar": "antlr-ng -D language=TypeScript -o src/generated --generate-visitor true --generate-listener false plurnkLexer.g4 plurnkParser.g4 && node --conditions=plurnk-dev scriptify/fix-generated-imports.ts",
    "build:types": "node --conditions=plurnk-dev scriptify/generate-types.ts",
    "prepack": "npm run build",
    "prepare": "npm run build",
    "prepublishOnly": "npm audit && npm run build && npm run test:all && npm run test:smoke",
    "test": "npm run test:all",
    "test:all": "npm run test:lint && npm run test:unit && npm run test:intg && npm run test:demo",
    "test:demo": "node --conditions=plurnk-dev --test test/demo/*.test.ts",
    "test:intg": "node --conditions=plurnk-dev --test test/integration/*.test.ts",
    "test:lint": "tsc --noEmit",
    "test:llama": "node --conditions=plurnk-dev --test test/llama/*.test.ts",
    "test:smoke": "node --conditions=plurnk-dev scriptify/smoke-test.ts",
    "test:unit": "node --conditions=plurnk-dev --test test/unit/*.test.ts"
  },
  "signal_details": {
    "no_repo": "package.json has no repository field",
    "rapid_release": "3 versions in last 24h: ['1.3.0', '1.3.1', '1.3.2']"
  },
  "time": {
    "created": "2026-05-15T03:07:24.524Z",
    "modified": "2026-07-25T12:06:48.146Z"
  }
}