
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
@box/box-ai-agent-selector
Advanced tools
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
This library was generated with @box/automation. General overview on how to perform tasks on the generated library can be found in run-tasks Nx documentation.
Your terminal should stay in location of root directory of repository, which is frontend-mono
. That Allows Nx to run action against your project, or multiple project if that is necessary.
Do not navigate to packages/group-shared-features/box-ai-agent-selector
to run commands.
Commands for the project are run using syntax used by Nx:
Syntax: yarn nx <target name> <project name> <option overrides>
| | |
Example: yarn nx test products --watch
All commands used with Nx can be found in project.json
file within your package.
nx storybook box-ai-agent-selector
- launches development environment for UI component.nx build-storybook box-ai-agent-selector
- build static version of storybook with all stories.nx build box-ai-agent-selector
- build package using shared-feature-builder
executor from automation
package.nx build-locales box-ai-agent-selector
- generate i18n/*.js
and i18n/*.properties
files out of i18n/json/*.json
files to be imported by react-intl
.nx lint box-ai-agent-selector
- run linter over package files,nx test box-ai-agent-selector
- runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.nx test-storybook box-ai-agent-selector
- runs storybook tests. You need first to start storybook in separate terminal for this to work.nx test-storybook-local-coverage box-ai-agent-selector
- runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.nx test-storybook-ci box-ai-agent-selector
- build storybook and run storybook tests with coverage output. Designed for CI usage.nx test-jest box-ai-agent-selector
- runs jest unit tests, producing code coverage at the end.nx sonar box-ai-agent-selector
- performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.nx chromatic box-ai-agent-selector
- uploads storybook build for review to box chromatic , and performs visual comparison of the UI changes against baseline.nx prepare box-ai-agent-selector
- command run during package publication process orchestrated by Lerna.Code of the feature belongs to webapp-eng. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes. It would be a good practice to consult which team, owning or requesting, will be responsible for implementing changes to code.
For translations this package will be leveraging @box/frontend
as it has the required scripts to do translations the Box way, for more information on this checkout their i18n docs here
The i18n/
dir is bundled with this package to enable the consuming app to use the translations included in this component it need to adjust it's TranslationsPlugin,
see EUA's webpack.base.config.js and i18n.config.js for reference.
FAQs
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
The npm package @box/box-ai-agent-selector receives a total of 360 weekly downloads. As such, @box/box-ai-agent-selector popularity was classified as not popular.
We found that @box/box-ai-agent-selector 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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.