Comparing version 0.0.3 to 0.0.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
function getLinks() { | ||
return [ | ||
'link1', | ||
'link2' | ||
]; | ||
} | ||
const check_if_dir_exists_1 = require("./check_if_dir_exists"); | ||
exports.Mdlinkc = { | ||
getLinks | ||
checkIfDirExists: check_if_dir_exists_1.checkIfDirExists | ||
}; | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "mdlinkc", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "mdlinkc", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Valera Rozuvan", |
@@ -1,10 +0,5 @@ | ||
function getLinks() { | ||
return [ | ||
'link1', | ||
'link2' | ||
]; | ||
} | ||
import { checkIfDirExists } from './check_if_dir_exists' | ||
export const Mdlinkc = { | ||
getLinks | ||
}; | ||
checkIfDirExists | ||
} |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
5817
12
115
1