New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tfk-dsf-normalize-contact

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tfk-dsf-normalize-contact - npm Package Compare versions

Comparing version

to
3.0.0

renovate.json

23

package.json
{
"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 @@ [![Build Status](https://travis-ci.org/telemark/tfk-dsf-normalize-contact.svg?branch=master)](https://travis-ci.org/telemark/tfk-dsf-normalize-contact)

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![Greenkeeper badge](https://badges.greenkeeper.io/telemark/tfk-dsf-normalize-contact.svg)](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)
![Robohash image of tfk-dsf-normalize-contact](https://robots.kebabstudios.party/tfk-dsf-normalize-contact.png "Robohash image of tfk-dsf-normalize-contact")

@@ -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