Comparing version 0.0.6 to 0.0.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const check_if_dir_exists_1 = require("./check_if_dir_exists"); | ||
const load_config_file_1 = require("./load_config_file"); | ||
exports.Mdlinkc = { | ||
checkIfDirExists: check_if_dir_exists_1.checkIfDirExists | ||
checkIfDirExists: check_if_dir_exists_1.checkIfDirExists, | ||
loadConfigFile: load_config_file_1.loadConfigFile | ||
}; | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "mdlinkc", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "mdlinkc", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Valera Rozuvan", |
import { checkIfDirExists } from './check_if_dir_exists' | ||
import { loadConfigFile } from './load_config_file' | ||
export const Mdlinkc = { | ||
checkIfDirExists | ||
checkIfDirExists, | ||
loadConfigFile | ||
} |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
9048
16
175
2