Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ofac

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ofac - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

index.js

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

7

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc