Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@therms/atalaya
Advanced tools
React components and style guide for THERMS.
Git master
branch, the latest production/stable release, docs: @therms/atalaya
npm i @therms/atalaya
Git next
branch, the next major stable release in development and testing, docs: @therms/atalaya@next
npm i @therms/atalaya@next
Development and features on the next
branch is primarily for breaking changes (major release version change).
This branch/tag should be considered mostly stable and typically published along side of a lower @latest major release
in order to give packages time to migrate from a previous version.
Git x.x.x-beta.x
branch, development effort release, docs: @therms/atalaya@beta
npm i @therms/atalaya@beta
Development, refactoring, additions, improvements, etc. are done on the beta
branch.
This project uses Styleguidist for documenting components. Components are automatically
documented and can additionally have [component name].md
files to add additional documentation.
Running the docs:
npm run docs
Building the docs:
npm run docs:build
This project uses Storybook for developing components with quick UI
feedback/reloading on the developers local machine. Run npm run storybook
.
To run this project and develop components that are used by another
project locally on the same machine, we have created a custom script that
requires developer input to work. npm link
would typically work except
there is some node_modules resolution issues w/ symlinks and resolving
dependencies from the correct node_modules dir. You will provide the
root project directory where you want Atalaya to be bundled and updated
to while you are developing components and expecting to see them updated
in the consuming project.
Run:
npm run build:dev -- --project ../wallboard
The cmd npm run build:dev
starts rollup in watch mode and the --
is required to pass additional cmd line args to the process.
--project ../wallboard
is the relative path to the project directory
that you want to actively develop in while changing Atalaya components.
This process is a little slow because every change triggers a new bundle to be built
FAQs
React components and style guide for THERMS.
The npm package @therms/atalaya receives a total of 636 weekly downloads. As such, @therms/atalaya popularity was classified as not popular.
We found that @therms/atalaya 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.