Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@dbp-toolkit/check-in-place-select
Advanced tools
You can install this component via npm:
npm i @dbp-toolkit/check-in-place-select
<dbp-check-in-place-select></dbp-check-in-place-select>
<script type="module" src="node_modules/@dbp-toolkit/check-in-place-select/dist/dbp-check-in-place-select.js"></script>
Or directly via CDN:
<dbp-check-in-place-select></dbp-check-in-place-select>
<script type="module" src="https://unpkg.com/@dbp-toolkit/check-in-place-select@0.2.2/dist/dbp-check-in-place-select.js"></script>
lang
(optional, default: de
): set to de
or en
for German or English
<dbp-check-in-place-select lang="de"></dbp-check-in-place-select>
entry-point-url
(optional, default is the TU Graz entry point url): entry point url to access the api
<dbp-check-in-place-select entry-point-url="http://127.0.0.1:8000"></dbp-check-in-place-select>
value
(optional): api path of place to preload the selector with
<dbp-check-in-place-select value="Besprechungsraum"></dbp-check-in-place-select>
value
will also be set automatically when a place is chosen in the selectordata-object
(read-only): when a place is selected the place object will be set as json string
<dbp-check-in-place-select data-object="{"@id":"id", "@type":"http://schema.org/Place", "identifier":"id", "name":"Besprechungsraum", "maximumPhysicalAttendeeCapacity":"50"}"></dbp-check-in-place-select>
show-capacity
(optional): also shows the capacity of the places
<dbp-check-in-place-select show-capacity></dbp-check-in-place-select>
show-reload-button
(optional): if set a reload button will be viewed next to the select box
change
event on the web component<dbp-check-in-place-select show-reload-button></dbp-check-in-place-select>
reload-button-title
(optional): sets a title text on the reload button
<dbp-check-in-place-select show-reload-button reload-button-text="Reload result list"></dbp-check-in-place-select>
auth
object: you need to set that object property for the auth token
{token: "THE_BEARER_TOKEN"}
# get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/check-in-place-select
# install dependencies
yarn install
# constantly build dist/bundle.js and run a local web-server on port 8002
yarn run watch-local
# run tests
yarn test
# build local packages in dist directory
yarn run build
Jump to http://localhost:8002 and you should get a Single Sign On login page.
FAQs
You can install this component via npm:
We found that @dbp-toolkit/check-in-place-select demonstrated a not healthy version release cadence and project activity because the last version was released 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.