BEACON

← candidates

npm @brmorillo/utils @14.0.2

score
0.5134 med
flagged 2026-06-17 15:24
signals by category
content 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
license_changed 0.4 'MIT' -> 'LGPL-3.0-only'
topology
repository_url_changed 0.7 'git+https://github.com/brmorillo/util.git' -> 'git+https://github.com/brmorillo/utils.git'

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "brmorillo"
  ],
  "versions": 59
}

Evidence (package doc at flag time)

{
  "dependencies_count": 12,
  "dist": {
    "integrity": "sha512-IY23FMeC4cY2Drt/weT93yTef4UGptUjQNbUlliOUOxpF0WnHBCRM6jopgcIhVp14vXe3bEUovTEXLOMcGYUQw==",
    "tarball": "https://registry.npmjs.org/@brmorillo/utils/-/utils-14.0.2.tgz",
    "unpackedSize": 2028556
  },
  "dist-tags": {
    "latest": "14.0.2"
  },
  "latest_version": "14.0.2",
  "maintainers": [
    {
      "email": "bruno@rmorillo.com",
      "name": "brmorillo"
    }
  ],
  "num_versions": 61,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brmorillo/utils.git"
  },
  "scripts": {
    "build": "tsc && tsup",
    "build:watch": "tsup --watch",
    "commit": "cz",
    "dev": "tsup --watch",
    "docs:generate": "typedoc src/index.ts --out docs/api",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "npm run format && prettier --check \"src/**/*.ts\"",
    "git:flow:feature": "echo 'Usage: git checkout -b feature/your-feature-name'",
    "git:flow:hotfix": "echo 'Usage: git checkout -b hotfix/issue-description'",
    "git:flow:release": "echo 'Usage: git checkout -b release/vX.Y.Z'",
    "git:status": "git status",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepub": "npm run build",
    "prepublishOnly": "npm run build && npm run test:ci",
    "pub": "npm run version:bump && npm publish --access public",
    "release": "commit-and-tag-version",
    "release:check": "git status --porcelain",
    "release:prepare": "npm run build && npm run test:ci",
    "test": "jest",
    "test:ci": "cross-env CI=true jest --coverage --ci --watchAll=false --silent --verbose=false",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "type-check": "tsc --noEmit",
    "version:bump": "commit-and-tag-version && git push --follow-tags origin main",
    "version:major": "npm version major --no-git-tag-version",
    "version:minor": "npm version minor --no-git-tag-version",
    "version:patch": "npm version patch --no-git-tag-version"
  },
  "signal_details": {
    "license_changed": "'MIT' -> 'LGPL-3.0-only'",
    "repository_url_changed": "'git+https://github.com/brmorillo/util.git' -> 'git+https://github.com/brmorillo/utils.git'"
  },
  "time": {
    "created": "2024-12-27T18:15:34.231Z",
    "modified": "2026-06-17T20:24:34.926Z"
  }
}