This package has been deprecated

Author message:

Deprecated! Use personnummer package instead.

is-personnummer

1.1.3 • Public • Published

is-personnummer Build Status

Validate Swedish social security numbers.

Install the module with npm:

$ npm install is-personnummer

or with Bower, with AMD and browser support:

$ bower install is-personnummer

or as cli:

$ npm install -g is-personnummer
$ is-personnummer 510818-9167
$ true

Example

$ node
> var isPersonnummer = require('is-personnummer');
undefined
> isPersonnummer('510818-9167');
true
> isPersonnummer('19130401+2931')
true
> isPersonnummer('196408233234')
true
> isPersonnummer('510818-916')
false
> isPersonnummer('19130401+293')
false
> isPersonnummer('19640823323')
false

See test.js for more examples.

License

MIT

Package Sidebar

Install

npm i is-personnummer

Weekly Downloads

68

Version

1.1.3

License

MIT

Last publish

Collaborators

  • frozzare