tfk-dsf-unwrap-contact
Advanced tools
Comparing version 1.0.3 to 1.0.5
'use strict' | ||
const repackContact = require('./lib/repack-contact') | ||
var repackContact = require('./lib/repack-contact') | ||
@@ -10,3 +10,3 @@ function unwrapContact (contact) { | ||
const templatePath = contact.templatePath || '' | ||
var templatePath = contact.templatePath || '' | ||
@@ -13,0 +13,0 @@ if (contact.RESULT && contact.RESULT.HOV) { |
'use strict' | ||
var fs = require('fs') | ||
@@ -9,3 +10,3 @@ var path = require('path') | ||
} | ||
const templatePath = path.resolve(filePath || 'lib/data/template.json') | ||
var templatePath = path.resolve(filePath || 'lib/data/template.json') | ||
if (fs.existsSync(templatePath)) { | ||
@@ -12,0 +13,0 @@ var template = require(templatePath) |
{ | ||
"name": "tfk-dsf-unwrap-contact", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "Unwraps contact information from dsf result", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14573
19
382
0