🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

concat-md

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concat-md - npm Package Compare versions

Comparing version

to
0.3.3

@@ -69,7 +69,7 @@ "use strict";

const paths = await globby_1.default([`**/*.md`], { cwd: this.dir, ignore: arrify(this.ignore) });
return paths.map(path => path_1.join(this.dir, path));
return paths.sort().map(path => path_1.join(this.dir, path));
}
getFileNamesSync() {
const paths = globby_1.default.sync([`**/*.md`], { cwd: this.dir, ignore: arrify(this.ignore) });
return paths.map(path => path_1.join(this.dir, path));
return paths.sort().map(path => path_1.join(this.dir, path));
}

@@ -76,0 +76,0 @@ async getFileDetails() {

{
"name": "concat-md",
"version": "0.3.2",
"version": "0.3.3",
"description": "CLI and API to concatenate markdown files and modify as necessary.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet