
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@dbp-toolkit/grant-permission-dialog
Advanced tools
This package offers form components to be used to create an HTML form.
You can install this component via npm:
npm i @dbp-toolkit/grant-permission-dialog
<dbp-grant-permission-dialog></dbp-grant-permission-dialog>
<script type="module" src="node_modules/@dbp-toolkit/grant-permission-dialogs/dist/index.js"></script>
Or directly via CDN:
<dbp-grant-permission-dialog></dbp-grant-permission-dialog>
<script type="module" src="https://unpkg.com/@dbp-toolkit/grant-permission-dialog@0.1.0/dist/index.js"></script>
lang
(optional, default: de
): Language setting
de
(German) or en
(English)<element lang="en"></element>
# get the source
git clone git@github.com:digital-blueprint/toolkit.git
cd toolkit/packages/grant-permission-dialog
# install dependencies
npm install
# constantly build dist/bundle.js and run a local web-server on port 8002
npm run watch
# run tests
npm test
# build local packages in dist directory
npm run build
Jump to http://localhost:8002 and you should get a demo page.
FAQs
Grant permission modal
We found that @dbp-toolkit/grant-permission-dialog 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.