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.3 to 0.0.4

bin/check_if_dir_exists.js

9

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

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