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
- 33Mature · −50% score
- First published
- Feb 2021
- Publisher
- wix-bi-publisher
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
Looks clean — keep monitoringNo 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":["@wix/[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":["@wix/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts23
buildnpm run build:ts && npm run update-staticsbuild:startnpm run build && npm startbuild:tstsc -b tsconfig.build.jsonfnmfnm exec which node | xargs -I % ln -sf % ./.fnm-node && chmod +x ./.fnm-nodelink:sharedcd ../shared && npm link && cd ../service && npm link @wix/quix-sharedlinttslint -p tsconfig.json -c tslint.jsonlint:fixtslint -p tsconfig.json -c tslint.json --fixstartDB_HOST=localhost ts-node --files scripts/start.tsstart:debugnodemon --config nodemon-debug.jsonstart:devnodemonstart:prodnode index.jstestjesttest:build:mysqlnpm run build && npm run test:mysqltest:cinpm run test && npm run test:mysql && npm run test:e2etest:covjest --coveragetest:debugnode --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBandtest:debug:mysqlDB_TYPE=mysql node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBandtest:e2enpm run test:e2e:sqlite && npm run test:e2e:mysqltest:e2e:mysqlDB_TYPE=mysql jest --runInBand --config ./test/jest-e2e.jstest:e2e:sqlitejest --runInBand --config ./test/jest-e2e.jstest:mysqlDB_TYPE=mysql jest --runInBandtest:watchjest --watchupdate-staticsts-node scripts/update-statics.ts
Dependencies31
@nestjs/common^7.0.0@nestjs/core^7.0.0@nestjs/jwt^7.0.0@nestjs/platform-express^7.0.0@nestjs/platform-ws^7.0.0@nestjs/typeorm^7.0.0@nestjs/websockets^7.0.0@types/node-fetch^2.5.0@types/ws^6.0.4@wix/quix-shared^1.0.15axios^0.21.0cookie^0.4.1cookie-parser^1.4.4dotenv^7.0.0fp-ts^2.0.1google-auth-library^6.1.6http-proxy-middleware^0.19.1lodash^4.17.19mysql2^2.1.0node-fetch^2.6.1reflect-metadata^0.1.13rimraf^2.6.2rxjs^6.3.3tapable^1.1.1ts-node^7.0.1tsconfig-paths^3.8.0typeorm0.2.45typescript^4.0.0uuid^3.3.2velocity^0.7.2- …and 1 more.