Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
@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
The npm package @mutt/widget-personnummer receives a total of 1 weekly downloads. As such, @mutt/widget-personnummer popularity was classified as not popular.
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
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.