New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mdlinkc

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdlinkc - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

bin/load_config_file.js

4

bin/main.js
"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

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