
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
@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:
The npm package @dbp-toolkit/check-in-place-select receives a total of 34 weekly downloads. As such, @dbp-toolkit/check-in-place-select popularity was classified as not popular.
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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
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.