All Projects → personnummer → js

personnummer / js

Licence: MIT License
Validate Swedish personal identity numbers

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to js

ActiveLogin.Identity
Parsing and validation of Swedish identities such as Personal Identity Number (svenskt personnummer) in .NET.
Stars: ✭ 51 (+18.6%)
Mutual labels:  personnummer, social-security-number
prop-types
Fluent prop validation for Vue
Stars: ✭ 97 (+125.58%)
Mutual labels:  validation
peppermint
Declarative data validation framework, written in Swift
Stars: ✭ 37 (-13.95%)
Mutual labels:  validation
yform standalone validator
YForm-Erweiterung: Validieren von PHP Arrays ohne HTML-Formular
Stars: ✭ 23 (-46.51%)
Mutual labels:  validation
NZ-Bank-Account-Validator
A small, zero dependency NZ bank account validation library that runs everywhere.
Stars: ✭ 15 (-65.12%)
Mutual labels:  validation
flaskerk
A flask extension for api doc and validation of request&response.
Stars: ✭ 24 (-44.19%)
Mutual labels:  validation
fastify-response-validation
A simple plugin that enables response validation for Fastify.
Stars: ✭ 20 (-53.49%)
Mutual labels:  validation
granitic
Web/micro-services and IoC framework for Golang developers
Stars: ✭ 32 (-25.58%)
Mutual labels:  validation
typesentry
Python 2.7 & 3.5+ runtime type-checker
Stars: ✭ 19 (-55.81%)
Mutual labels:  validation
cuda memtest
Fork of CUDA GPU memtest 👓
Stars: ✭ 68 (+58.14%)
Mutual labels:  validation
ValidatedTextInputLayout
An extension to Android Design Support library's TextInputLayout with integrated validation support
Stars: ✭ 54 (+25.58%)
Mutual labels:  validation
exvalibur
Elixir Validator Generator
Stars: ✭ 14 (-67.44%)
Mutual labels:  validation
fastq utils
Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.
Stars: ✭ 25 (-41.86%)
Mutual labels:  validation
react-form-validation-demo
React Form Validation Demo
Stars: ✭ 88 (+104.65%)
Mutual labels:  validation
checktestdata
checks integrity of test data in programming contests like the ACM ICPC
Stars: ✭ 19 (-55.81%)
Mutual labels:  validation
python-valid8
Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.
Stars: ✭ 24 (-44.19%)
Mutual labels:  validation
openapi-schema-validator
OpenAPI schema validator for Python
Stars: ✭ 35 (-18.6%)
Mutual labels:  validation
array-validation
Validation utilities for array structure
Stars: ✭ 14 (-67.44%)
Mutual labels:  validation
i18n-tag-schema
Generates a json schema for all i18n tagged template literals in your project
Stars: ✭ 15 (-65.12%)
Mutual labels:  validation
validation-components
A collection of common validation predicates for ValidationToolkit framework
Stars: ✭ 26 (-39.53%)
Mutual labels:  validation

personnummer Build Status NPM Downloads

Validate Swedish personal identity numbers. Follows version 3 of the specification.

Install the module with npm:

npm install --save personnummer

Example

import Personnummer from 'personnummer';

Personnummer.valid('198507099805')
//=> true

See test.ts for more examples.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].