BEACON

← candidates

npm @wix/editor-react-components @1.2173.0

score
0.5532 med
flagged 2026-06-21 07:39
signals by category
identity 1 cadence 1 topology 1

maintainers added: egozi_wix

package profile →

Signals fired

signalweightrationale
identity
maintainer_churn 1.0 added: ['egozi_wix']
cadence
rapid_release 0.8 9 versions in last 24h: ['1.2169.0', '1.2170.0', '1.2171.0', '1.2172.0', '1.2173.0']
topology
no_repo 0.3 package.json has no repository field

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "yoav",
    "wix-ci",
    "shahata",
    "wixnpm",
    "wix-ambassador",
    "wix-ci-publisher",
    "wix-bi-publisher",
    "galil-team",
    "usability-sessions",
    "yurynix",
    "dimarysk-wix",
    "ydaniv",
    "amitde007",
    "youngshinobi",
    "ethanp",
    "shlomitc-wix",
    "arielh",
    "wix-org-headless",
    "falconci",
    "nadavlac",
    "roir-wix",
    "dorchaouat"
  ],
  "versions": 19
}

Evidence (package doc at flag time)

{
  "dependencies_count": 15,
  "dist": {
    "integrity": "sha512-keGlpJZB4f0cLTwDQwvvjNCyJEDVLq0jlB5HC8f/9G1cIFETq59DGDMss0LTeK+E9x4NQbpHVso0slZHv0SEeg==",
    "tarball": "https://registry.npmjs.org/@wix/editor-react-components/-/editor-react-components-1.2173.0.tgz",
    "unpackedSize": 8237529
  },
  "dist-tags": {
    "latest": "1.2173.0"
  },
  "latest_version": "1.2173.0",
  "maintainers": [
    {
      "email": "yoavaa@gmail.com",
      "name": "yoav"
    },
    {
      "email": "ci@wix.com",
      "name": "wix-ci"
    },
    {
      "email": "shahar.talmi@gmail.com",
      "name": "shahata"
    },
    {
      "email": "yurym@wix.com",
      "name": "wixnpm"
    },
    {
      "email": "shahart@wix.com",
      "name": "wix-ambassador"
    },
    {
      "email": "falcon-ci-user@wix.com",
      "name": "wix-ci-publisher"
    },
    {
      "email": "alterman@wix.com",
      "name": "wix-bi-publisher"
    },
    {
      "email": "galil@wix.com",
      "name": "galil-team"
    },
    {
      "email": "yardenp@wixpress.com",
      "name": "usability-sessions"
    },
    {
      "email": "yury@nix.co.il",
      "name": "yurynix"
    },
    {
      "email": "dimar@wix.com",
      "name": "dimarysk-wix"
    },
    {
      "email": "yehonatand@wix.com",
      "name": "ydaniv"
    },
    {
      "email": "egozi@wix.com",
      "name": "egozi_wix"
    },
    {
      "email": "amitde@wix.com",
      "name": "amitde007"
    },
    {
      "email": "piratexpirate@gmail.com",
      "name": "youngshinobi"
    },
    {
      "email": "ethanp@wix.com",
      "name": "ethanp"
    },
    {
      "email": "shlomitc@wix.com",
      "name": "shlomitc-wix"
    },
    {
      "email": "arielh@wix.com",
      "name": "arielh"
    },
    {
      "email": "wix-org-headless@wix.com",
      "name": "wix-org-headless"
    },
    {
      "email": "danielk@wix.com",
      "name": "falconci"
    },
    {
      "email": "nadavlac@wix.com",
      "name": "nadavlac"
    },
    {
      "email": "roir@wix.com",
      "name": "roir-wix"
    },
    {
      "email": "dorch@wix.com",
      "name": "dorchaouat"
    }
  ],
  "num_versions": 21,
  "repository": null,
  "scripts": {
    "astro": "astro",
    "build": "yarn build:lite && yarn build:janet && yarn build:package",
    "build-storybook": "storybook build",
    "build:app": "astro check && wix build",
    "build:dependencies": "yarn workspace @wix/components-infra run build",
    "build:janet": "yarn build-storybook && janet-build",
    "build:lite": "yarn validate:manifests && yarn build:app",
    "build:package": "vite build && yarn check:npm-bundle-secrets",
    "check:lint-and-format": "yarn run -T concurrently yarn:lint yarn:format:check",
    "check:npm-bundle-secrets": "node scripts/check-npm-bundle-secrets.mjs",
    "clean": "rm -rf dist",
    "cli-dev": "NODE_OPTIONS=\"--import file://$PWD/scripts/intercept.js\" wix dev",
    "dev": "yarn validate:manifests && yarn cli-dev",
    "fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix",
    "format:check": "yarn run -T format:package:check",
    "generate": "wix generate",
    "generate-css-from-manifest": "generate-css-from-manifest",
    "generate:manifest-tests": "NODE_NO_WARNINGS=1 tsx scripts/generate-manifest-tests.ts",
    "lint": "yarn run -T lint:package",
    "prepare:manifest-tests": "yarn validate:manifests && yarn generate:manifest-tests",
    "preview": "NODE_OPTIONS=\"--import file://$PWD/scripts/intercept.js\" wix preview",
    "release": "echo 'Do not use manual GA, use DevPortal GA only!'",
    "storybook": "storybook dev -p 6006",
    "test": "yarn prepare:manifest-tests && vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --config=playwright.livesite.config.ts",
    "test:manifest": "yarn prepare:manifest-tests && vitest src/**/*manifest.spec.ts",
    "test:watch": "yarn prepare:manifest-tests && vitest watch",
    "tsc": "npx tsc -b ./tsconfig.json --force",
    "update:snapshots": "vitest run --update src/**/*.snapshot.spec.tsx",
    "validate:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts"
  },
  "signal_details": {
    "maintainer_churn": "added: ['egozi_wix']",
    "no_repo": "package.json has no repository field",
    "rapid_release": "9 versions in last 24h: ['1.2169.0', '1.2170.0', '1.2171.0', '1.2172.0', '1.2173.0']"
  },
  "time": {
    "created": "2026-06-18T14:18:09.773Z",
    "modified": "2026-06-21T12:39:10.042Z"
  }
}