
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@servicetitan/anvil2-ext-atlas
Advanced tools
This package contains the UI components used in the Atlas chat experience. These components are built using Anvil2, and are maintained by both the Atlas and Anvil teams.
This package contains the UI components used in the Atlas chat experience. These components are built using Anvil2, and are maintained by both the Atlas and Anvil teams.
To use the Atlas UI components in this library, install the extended library in your project:
npm install @servicetitan/anvil2-ext-atlas
[!NOTE] This package requires
@servicetitan/anvil2as apeerDependency, so make sure that is installed as well, and meets the version requirement in this package'spackage.json.
The Atlas Extended Library includes React components and utils, which can be imported and used just as you would Anvil2 or other component libraries:
import { ChatWindow } from "@servicetitan/anvil2-ext-atlas";
export function ExampleComponent() {
return <ChatWindow />;
}
[!WARNING] This should be updated after actually migrating components to this package.
Check out the CONTRIBUTING.md in the root of the monorepo for general instructions for running and contributing to this repo.
Here is a high-level breakdown of where files for source code should exist within this package:
src/
components/
ComponentName/
ComponentName.tsx
ComponentName.module.scss
ComponentName.stories.tsx
ComponentName.test.tsx
index.ts
hooks/
useHookName.ts
index.ts
utils/
someUtil.ts
index.ts
index.ts
[!NOTE] If a component has internal utils or sub-components, they can be added to an
internaldirectory within the component directory.
We recommend including unit tests to verify functionality of all components and utils
Storybook is a great tool for development and testing. If you haven't used it before, check out their docs to learn more.
Each component should have a Component.stories.tsx file, with at least one story to test and validate features.
To run Storybook locally for this project, simply run:
pnpm sb:atlas
This project also leverages Chromatic to publish the Storybook on each branch, and prevent visual regressions in PRs. Each PR will have two relevant checks:
Any changes that are caught in the UI Tests should be approved before merging and releasing changes.
FAQs
This package contains the UI components used in the Atlas chat experience. These components are built using Anvil2, and are maintained by both the Atlas and Anvil teams.
We found that @servicetitan/anvil2-ext-atlas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.