
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@mutt/widget-personnummer
Advanced tools
Mutt Forms Vue widget for Swedish Personnummer lookup.
It is designed to be integrated with https://www.ratsit.se/
.
This ssn
options accepts the following properties:
Property | Type | Required | Default | Description |
---|---|---|---|---|
host | String | true | null | Provider API host |
username | String | true | null | Username for the provider API |
password | String | true | null | Password for the provider API |
template | String | false | '{givenName} {lastName}' | Template used to display a search result referencing object properties in the returned result |
requiredFieldPaths | String[] | false | null | An array of field paths to check for values in the returned search result |
minimumAge | Number | false | null | The minimum age in years |
{
"field_name": {
"widget": "personnummer",
"ssn": {
"host": "https://example.com/ssn-lookup",
"username": "username",
"password": "password123",
"template": "{ssn} - {givenName} {lastName}",
"minimumAge": 18
}
}
}
ssnSelect
: Emitted when the value has been entered and the detail confirmedssnClear
: When the value is changed/clearedtoggleOverlay
: Natural language form supportssnRequiredFieldsMissing
: When requiredFieldPaths
are specified and are missing valuesThe widget has i18n support via the Vue i18n Plugin
or any other tools that expose a $t
function to translate strings.
FAQs
Mutt Forms Widget - Swedish Personnummer Input
We found that @mutt/widget-personnummer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.