
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@esri/hub-web-components
Advanced tools
A collection of web components to build web experiences with ArcGIS Hub.
Lumina based Web components for embedding ArcGIS Hub capabilities into websites and custom applications.
# install git LFS (large file storage)
# on a mac:
brew install git-lfs
git lfs install
npm install
To view components in harness pages, run npm start
To build run npm build
This project was original scaffolded from the Lumina Starter Package. See Lumina documentation.
This package uses lint-staged to run ESLint and Prettier to clean up staged files before committing. All files are checked for linting or formatting errors in CI.
To lint all files locally run npm run lint.
To format all files locally run npm run format:fix
This package uses vitest to run unit tests with Playwright for browser mode. It also uses Playwright to run component end to end (e2e) tests, which you can learn more about here.
All tests are run in CI and the jobs will fail if any tests do not pass.
In order to run tests locally in a browser you must first run npm run test:install.
After that you can:
npm testnpm run test:unitnpm run test:e2enpm run test:coveragenpm run test:watch (includes code coverage report)npm run test:debugSee our release documentation.
COPYRIGHT © 2025 Esri
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
email: contracts@esri.com
FAQs
A collection of web components to build web experiences with ArcGIS Hub.
The npm package @esri/hub-web-components receives a total of 869 weekly downloads. As such, @esri/hub-web-components popularity was classified as not popular.
We found that @esri/hub-web-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 39 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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.