PkgRadar

Package evidence

@anglr/[email protected]

no findings

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@anglr/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@anglr/[email protected]"],"fail_on":"review"}'
Publisherkukjevov
Artifact bytes312,423
Previous version11.0.2
Published2026-05-22T12:17:32.756Z
SHA-256987d7b1782a68f2227c5ebff31d814b50e4b4e95712d1e34b2eb85c59add43d7

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
11.0.3-beta.20260522121726Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts32
  • apiapi-extractor run --local --verbose -c
  • buildngc --declaration --declarationDir . --declarationMap
  • bundlenpm run clean && npm run build
  • cleanrimraf --glob */temp temp es2022 **/tsdoc-metadata.json src/**/*.d.ts src/**/*.d.ts.map */src/**/*.d.ts */src/**/*.d.ts.map ./*.d.ts ./*.d.ts.map */*.d.ts
  • clean:allnpm run clean && npm run clean:deps
  • clean:depsrimraf package-lock.json node_modules || echo 'node_modules removed'
  • deploynpm publish --loglevel error
  • deploy:nextnpm publish --tag next --loglevel error
  • docpath-exists docs && npm run doc:generate || echo "No docs generated!"
  • doc:api:extensionscopyfiles -u 2 extensions/temp/grid-extensions.api.md docs/content/api/ng-grid-extensions && rimraf extensions/temp
  • doc:api:gridcopyfiles -u 1 temp/grid.api.md docs/content/api/ng-grid && rimraf temp
  • doc:api:materialcopyfiles -u 2 material/temp/grid-material.api.md docs/content/api/ng-grid-material && rimraf material/temp
  • doc:generatenpm run doc:generate:grid && npm run doc:generate:extensions && npm run doc:generate:material
  • doc:generate:extensionsrimraf docs/content/api/ng-grid-extensions && npm run doc:json:extensions && npm run doc:md:extensions && npm run doc:api:extensions
  • doc:generate:gridrimraf docs/content/api/ng-grid && npm run doc:json:grid && npm run doc:md:grid && npm run doc:api:grid
  • doc:generate:materialrimraf docs/content/api/ng-grid-material && npm run doc:json:material && npm run doc:md:material && npm run doc:api:material
  • doc:json:extensionsapi-extractor run --local --verbose -c extensions/api-extractor.json
  • doc:json:gridapi-extractor run --local --verbose -c api-extractor.json
  • doc:json:materialapi-extractor run --local --verbose -c material/api-extractor.json
  • doc:md:extensionsapi-documenter markdown -i extensions/temp -o docs/content/api/ng-grid-extensions
  • doc:md:gridapi-documenter markdown -i temp -o docs/content/api/ng-grid
  • doc:md:materialapi-documenter markdown -i material/temp -o docs/content/api/ng-grid-material
  • doc:savecd docs && git add . && git commit -m "INT: updated API docs ng-grid" && git push && cd ..
  • linteslint src/**/*.ts
  • ngcngc
  • postdoc:generatenpm run doc:save
  • postpublishnpm run doc && npm run version:placeholder && npm run clean
  • predoc:generatecd docs && git pull && cd ..
  • prepublishOnlynpm run bundle && npm run version:placeholder && npm run version:git
  • version:buildngv -e "echo $GIT_VERSION > version.bak"
  • …and 2 more.
Dependencies8
  • @anglr/common>=22.0.0
  • @angular/common>=19.1.0
  • @angular/core>=19.1.0
  • @angular/platform-browser>=19.1.0
  • @angular/router>=19.1.0
  • @jscrpt/common>=7.0.0
  • rxjs>=7.5.7
  • tslib^2.8.1
Optional dependencies2
  • @angular/cdk>=19.1.0
  • @angular/material>=19.1.0