Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

md-to-pdf-ng

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md-to-pdf-ng - npm Package Compare versions

Comparing version 2.8.3 to 2.8.4

7

lib/get-marked-with-highlighter.js
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 @@

2

package.json
{
"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": [

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