
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.
aurelia-airform
Advanced tools
Functional HTML forms for Aurelia Developers.
What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.
import airform from 'aurelia-airform'
<airform email="your@email.com">
<input type="text" name="name" />
<textarea name="message"></textarea>
<button>Send</button>
</airform>
Quick Tip: The email
attribute defines the email that will receive the form's collected data when it is submitted. The method
attribute is post
by default. All input
, select
, textarea
elements whitin your form should have a name
attribute.
Want to contribute? Follow these recommendations.
Designed with ♥ by CJ Patoilo. Released under MIT License.
FAQs
Functional HTML forms for Aurelia Developers.
The npm package aurelia-airform receives a total of 2 weekly downloads. As such, aurelia-airform popularity was classified as not popular.
We found that aurelia-airform 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.