
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.
@dbp-toolkit/resource-select
Advanced tools
You can install this component via npm:
npm i @dbp-toolkit/resource-select
<dbp-resource-select></dbp-resource-select>
<script
type="module"
src="node_modules/@dbp-toolkit/resource-select/dist/dbp-resource-select.js"></script>
Or directly via CDN:
<dbp-resource-select></dbp-resource-select>
<script
type="module"
src="https://unpkg.com/@dbp-toolkit/resource-select@latest/dist/dbp-resource-select.js"></script>
lang (optional, default: de): set to de or en for German or English
<dbp-resource-select lang="de"></dbp-resource-select>entry-point-url: entry point url to access the api
<dbp-resource-select entry-point-url="http://127.0.0.1:8000"></dbp-resource-select>resource-path (optional): path to the resource
<dbp-resource-select resource-path="base/people"></dbp-resource-select>value (optional): api path of recource to preload the selector with
<dbp-resource-select value="/base/people/testuser"></dbp-resource-select>value will also be set automatically when an organization is chosen in the selectordisabled (optional): set to disable the selector
<dbp-resource-select disabled></dbp-resource-select>valueObject (optional): The resource object corresponding to valueauth {object}: you need to set that object property for the auth token
{token: "THE_BEARER_TOKEN"}buildUrl - A function which takes the select and the base URL, can return a
different URL for fetching the list of resources.formatResource - A function which takes the select and a resource, should
return the text used for displaying the resource.change - Gets dispatched when either value or valueObject change.
event.detail.value - Same as the value propertyevent.detail.object - Same as the valueObject propertyFAQs
You can install this component via npm:
The npm package @dbp-toolkit/resource-select receives a total of 16 weekly downloads. As such, @dbp-toolkit/resource-select popularity was classified as not popular.
We found that @dbp-toolkit/resource-select 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.

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.