tfk-dsf-normalize-contact
Advanced tools
Comparing version
{ | ||
"name": "tfk-dsf-normalize-contact", | ||
"description": "Transforms contact information from dsf to something useful", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"author": { | ||
@@ -19,9 +19,11 @@ "name": "Jonas Enge", | ||
"engines": { | ||
"node": ">=4.8.4" | ||
"node": ">=10.15.1" | ||
}, | ||
"scripts": { | ||
"test": "standard && nsp check && tap --reporter=spec test/*.js", | ||
"test": "standard && npm audit && tap --reporter=spec test/*.js", | ||
"test-offline": "standard tap --reporter=spec test/*.js", | ||
"coverage": "tap test/*.js --coverage", | ||
"coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls", | ||
"standard-fix": "standard --fix" | ||
"standard-fix": "standard --fix", | ||
"refresh": "rm -rf node_modules && rm package-lock.json && npm install" | ||
}, | ||
@@ -46,11 +48,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"coveralls": "2.13.1", | ||
"nsp": "2.7.0", | ||
"tap": "10.7.2", | ||
"standard": "10.0.3" | ||
"coveralls": "3.0.2", | ||
"tap": "12.5.2", | ||
"standard": "12.0.1" | ||
}, | ||
"dependencies": { | ||
"birthdate-from-id": "1.2.0", | ||
"capitalize": "1.0.0" | ||
"birthdate-from-id": "2.0.0", | ||
"capitalize": "2.0.0" | ||
} | ||
} | ||
} |
@@ -5,3 +5,2 @@ [](https://travis-ci.org/telemark/tfk-dsf-normalize-contact) | ||
[](https://github.com/feross/standard) | ||
[](https://greenkeeper.io/) | ||
@@ -34,5 +33,3 @@ # tfk-dsf-normalize-contact | ||
```javascript | ||
'use strict' | ||
```JavaScript | ||
const normalizeContact = require('tfk-dsf-normalize-contact') | ||
@@ -63,3 +60,3 @@ const dsf = { | ||
```javascript | ||
```JavaScript | ||
{ | ||
@@ -81,3 +78,1 @@ 'personalIdNumber': '18117112345', | ||
[MIT](LICENSE) | ||
 |
@@ -22,4 +22,4 @@ 'use strict' | ||
}, | ||
{message: 'Missing required input: dsf object'}, | ||
{ message: 'Missing required input: dsf object' }, | ||
'Throws if dsf object not supplied' | ||
) |
@@ -10,3 +10,3 @@ 'use strict' | ||
}, | ||
{message: 'Missing required input: firstname'}, | ||
{ message: 'Missing required input: firstname' }, | ||
'Throws if firstname not supplied' | ||
@@ -19,3 +19,3 @@ ) | ||
}, | ||
{message: 'Missing required input: lastname'}, | ||
{ message: 'Missing required input: lastname' }, | ||
'Throws if lastname not supplied' | ||
@@ -22,0 +22,0 @@ ) |
Sorry, the diff of this file is not supported yet
3
-25%156
8.33%9027
-5.2%75
-5.06%+ Added
+ Added
- Removed
- Removed
Updated
Updated