
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
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.
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.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.