
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@backstage/plugin-search
Advanced tools
The Backstage plugin that provides your backstage app with search
A flexible, extensible search across your whole Backstage ecosystem.
Development is ongoing. You can follow the progress and contribute at the Backstage Search Project Board or reach out to us in the #search
Discord channel.
Run yarn start
in the root directory, and then navigate to /search to check out the plugin.
Configure the search query values via app-config.yaml
to define how it behaves by default.
# app-config.yaml
search:
query:
pageLimit: 50
Acceptable values for pageLimit
are 10
, 25
, 50
or 100
.
NOTE: Currently this configuration only reflects the initial state of the Search React components. This means that it defines how it behaves when it is first loaded or reset.
This search plugin is primarily responsible for the following:
<SearchPage />
routable extension.<SearchModal />
,
<SidebarSearch />
, etc.), which can be composed by a Backstage App or by
other Backstage Plugins to power search experiences of all kinds.Don't forget, a lot of functionality is available in web libraries and backend plugins:
@backstage/plugin-search-react
, which is responsible for:
<SearchContextProvider />
, which manages search state and API
communication with the Backstage backend.SearchApi
and its corresponding ref.<SearchBar>
and <SearchFilter>
, etc.@backstage/plugin-search-backend-node
, which is responsible for the search
index management@backstage/plugin-search-backend
, which is responsible for query processingFAQs
The Backstage plugin that provides your backstage app with search
The npm package @backstage/plugin-search receives a total of 43,779 weekly downloads. As such, @backstage/plugin-search popularity was classified as popular.
We found that @backstage/plugin-search demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.