PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
467Mature · −50% score
First published
Aug 2019
Publisher
duodvk

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherduodvk
Artifact bytes6,000,561
Previous version3.0.0-beta.3
Published2026-05-20T09:07:18.139Z
SHA-2562ea192a86af694ab9fef0aa7d049c08f0cf57a221fd6799c2df2f3a811a0c60e

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
3.0.0-beta.4Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"8
mediumRemote Dependency Specpackage.jsondevDependencies.surveyjs-doc-generator="git+https://github.com/surveyjs/surveyjs-doc-generator.git"8

Manifest

Package metadata

Scripts33
  • accessibility-testsplaywright test --project a11y --ui
  • accessibility-tests:ciplaywright test --project a11y --reporter dot --quiet
  • buildnpm run build:dev && npm run build:prod && rollup -c && npm run build:types
  • build:allnpm run build && npm run build:themes
  • build:devrollup -c --environment mode:dev
  • build:prodrollup -c --environment mode:prod
  • build:themesrollup -c rollup.config.themes.js
  • build:typesnpm run build:types:core && npm run build:types:tabulator && npm run build:types:mongo && npm run build:types:apexcharts && npm run build:types:chartjs && npm run build:types:plotly
  • build:types:apexchartstsc --p tsconfig.types.apexcharts.json && echo "export * from './survey-analytics-apexcharts.types/entries/apexcharts';" >> build/survey.analytics.apexcharts.d.ts
  • build:types:chartjstsc --p tsconfig.types.chartjs.json && echo "export * from './survey-analytics-chartjs.types/entries/chartjs';" >> build/survey.analytics.analytics.d.ts
  • build:types:coretsc --p tsconfig.types.summary.core.json && echo "export * from './survey-analytics.types/entries/summary.core';" >> build/survey.analytics.core.d.ts
  • build:types:mongotsc --p tsconfig.types.mongo.json && echo "export * from './survey-analytics.types/entries/mongo';" >> build/survey.analytics.mongo.d.ts
  • build:types:plotlytsc --p tsconfig.types.plotly.json && echo "export * from './survey-analytics-plotly.types/entries/plotly';" >> build/survey.analytics.plotly.d.ts
  • build:types:tabulatortsc --p tsconfig.types.tabulator.json && echo "export * from './survey-analytics-tabulator.types/entries/tabulator';" >> build/survey.analytics.tabulator.d.ts
  • doc:gennode doc_generator/lib_docgenerator.js src/index.ts
  • doc:updatechmod +x ./docupdate_npm.sh && ./docupdate_npm.sh
  • e2eplaywright test --project chromium --ui
  • e2e:apexChartsplaywright test --project chromium+apexCharts --ui
  • e2e:chartjsplaywright test --project chromium+chartjs --ui
  • e2e:ciplaywright test --project chromium --project chromium+apexCharts --project chromium+chartjs
  • e2e:ci:apexChartsplaywright test --project chromium+apexCharts
  • e2e:ci:chartjsplaywright test --project chromium+chartjs
  • e2e:ci:plotlyplaywright test --project chromium
  • linteslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts --max-warnings=0
  • lint:fixeslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts --max-warnings=0 --fix
  • pre-push-checknpm run lint
  • pwinstplaywright install chromium
  • releasestandard-version --message "Release: %s [azurepipelines skip]"
  • servehttp-server --silent
  • testvitest run
  • …and 3 more.
Dependencies7
  • apexcharts^4.7.0
  • chart.js^4.5.1
  • chartjs-plugin-datalabels^2.2.0
  • mongodb^6.20.0
  • muuri^0.8.0
  • plotly.js-dist-min^2.28.0
  • tabulator-tables^6.2.5