@everymundo/data-integration-framework
Advanced tools
Comparing version 0.6.0 to 0.6.1
#!/usr/bin/env node | ||
const crypto = require('crypto') | ||
const path = require('path') | ||
const tryRequire = require('./try-require') | ||
@@ -9,3 +8,3 @@ | ||
const { config: { INPUT_REGEXP } } = require(path.join(require.main && require.main.path, 'config')) | ||
const { config: { INPUT_REGEXP } } = require('./project-config') | ||
@@ -12,0 +11,0 @@ const readLists = (client, lists) => new Promise((resolve, reject) => { |
'use strict' | ||
const path = require('path') | ||
const tryRequire = require('./try-require') | ||
@@ -9,3 +8,3 @@ | ||
const { MongoClient } = tryRequire('mongodb') | ||
const { config: { MONGO_URI } } = require(path.join(require.main && require.main.path, 'config')) | ||
const { config: { MONGO_URI } } = require('./project-config') | ||
@@ -12,0 +11,0 @@ let client |
'use strict' | ||
const path = require('path') | ||
const tryRequire = require('./try-require') | ||
@@ -8,3 +7,3 @@ const logr = tryRequire('@everymundo/simple-logr') | ||
// declaring contextual constants | ||
const { config: { monitor: { KILL_TIMEOUT } } } = require(path.join(require.main && require.main.path, 'config')) | ||
const { config: { monitor: { KILL_TIMEOUT } } } = require('./project-config') | ||
@@ -11,0 +10,0 @@ const processKiller = { |
{ | ||
"name": "@everymundo/data-integration-framework", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Common logic shared across data integration applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
15
11
21842
578