
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@tru_id/console-components
Advanced tools
Components that should be shared between our internal console and the open source console should live here.
Components that should be shared between our internal console and the open source console should live here.
We use Vite as it allows to have a local dev setup to build the components (located inside /lib
) and test them with a React app (located inside /src
) running on the local server.
Run yarn dev
to start the local server, then you can edit the content of /src
to help you test components locally before publishing them
Run yarn build
to generate the /dist
folder that will contain the bundled library and the Typescript type declarations.
Make sure you are invited in the @tru_id
npm org
Before publishing run npm version [patch|minor|major]
to bump the version. Let's try to respect semver, if there is a breaking change we should bump the major npm version major
otherwise npm version patch
should be fine.
npm publish
will publish the package to npm.
Test how to npm link locally as there are some challenges with React packages:
https://blog.maximeheckel.com/posts/duplicate-dependencies-npm-link
FAQs
Components that should be shared between our internal console and the open source console should live here.
The npm package @tru_id/console-components receives a total of 0 weekly downloads. As such, @tru_id/console-components popularity was classified as not popular.
We found that @tru_id/console-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.