
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
Shared pure, presentational React components for the ExpoFP SDK. Bundled with the packages that depend on it — no separate install.
Scope rule: props-in, markup-out components only — no domain logic, no MobX stores, no data fetching, no side effects. Nothing here may know about floor plans, booths, exhibitors, or events, or import from a domain package. Components receive everything they render via props; stateful wiring (Containers) lives in the consuming package. The test: could it ship in a general-purpose React component library unchanged? If not, it belongs next to the domain that owns it.
Components import their own .scss, which expects the SDK's shared SCSS layer (design tokens,
mixins, icon glyphs) via the @styles alias. The published package ships JS only — no compiled
CSS and no .scss sources. It is therefore consumed from source by @expofp/floorplan's bundler
(the @expofp/source export condition), which compiles the SCSS into its own output. @expofp/ui is
an internal building block and is not intended to be styled standalone from its published dist.
src/styles (the primitives _vars, _utils, main, _icons) and public/fonts are the canonical
home of this layer — @expofp/floorplan points its own @styles alias here instead of keeping a
copy. If a third consumer ever needs it, split it into a dedicated @expofp/styles package; until
then, one extra alias hop is simpler than a package with a single dependent.
nx build uinx test uinx test-storybook uinx storybook uinx build-storybook uinx lint uiFAQs
ExpoFP SDK internal: shared pure React UI components
We found that @expofp/ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.