
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.
dgtek-contact-form
Advanced tools
This component is designed to be utilized in dgtek.net projects only.
It can't be used outside the dgtek.net and landing pages of dgtek.net
This component uses dgtek-popup component
You should install it for the normal work of Contact Form:
yarn add dgtek-popup
and then import it in your app:
import dgtek-popup
yarn add dgtek-contact-form
App.vue
import 'dgtek-contact-form'
import 'dgtek-contact-form/dist/dgtek-contact-form.css'
<UserContact
:userForm="userForm"
:emailSubject="emailSubject"
:emailText="emailText"
:emailEndpoint="emailEndpoint"
/>
Backend API endpoint to send data from the form
For normal work this component waits for the userForm object
This object should contain such a props:
button prop is the text that will be shown on the submit button face
is array of objects
Each object describes the form field
{
placeholder: '...', /* String | required */
type: '...', /* String | required! */
required: false, /* Boolean */
available: [...] /* Array of available values for the field | optional, for combo and list types only */
}
FAQs
Component for npm registry
The npm package dgtek-contact-form receives a total of 0 weekly downloads. As such, dgtek-contact-form popularity was classified as not popular.
We found that dgtek-contact-form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.