md-to-pdf-ng
Advanced tools
Comparing version 2.8.3 to 2.8.4
const marked = require('marked'); | ||
const { getLanguage, highlight } = require('highlight.js'); | ||
const fs = require('fs'); | ||
const path = require('path'); | ||
const mermaidCode = fs.readFileSync('./lib/mermaid.min.js', 'utf8'); | ||
//let nodePath = process.env.NODE_PATH; | ||
let nodePath = process.env; | ||
console.log('nodePath:', __dirname); | ||
const mermaidCode = fs.readFileSync(__dirname + '/mermaid.min.js', 'utf8'); | ||
console.log('mermaidCode:', mermaidCode.length); | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "md-to-pdf-ng", | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"description": "CLI tool for converting Markdown files to PDF.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1171880
5132
7