Comparing version 1.0.15 to 1.0.16
@@ -154,2 +154,3 @@ const fs = require('fs'); | ||
if (!res.idList) res.idList = []; | ||
var ok = res.idList.filter(o => { | ||
@@ -176,2 +177,3 @@ let ok = lc(o.idNumber) == cust.id; | ||
if (!res.akaList) res.akaList = []; | ||
for (var i = 0; i < res.akaList.length; i++) { | ||
@@ -178,0 +180,0 @@ let o = res.akaList[i]; |
{ | ||
"name": "ofac", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "A module to facilitate local OFAC searches", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha t/**/*.js" | ||
"test": "mocha t/**/*.js", | ||
"preversion": "npm run test", | ||
"version": "", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
@@ -9,0 +12,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313
26324
7