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

@stendahls/markpage

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stendahls/markpage - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -12,5 +12,5 @@ const fs = require( 'fs' );

let wrapper = fs.readFileSync( path.join( __dirname, 'wrapper.html' ), 'utf8' );
let css = fs.readFileSync( path.join( __dirname, 'node_modules', 'github-markdown-css', 'github-markdown.css' ), 'utf8' );
let highlightCss = fs.readFileSync( path.join( __dirname, 'node_modules', 'highlight.js', 'styles', 'default.css' ), 'utf8' );
let highlightjs = fs.readFileSync( path.join( __dirname, 'node_modules', 'highlight.js', 'lib', 'highlight.js' ), 'utf8' );
let css = fs.readFileSync( path.join( __dirname, '..', 'github-markdown-css', 'github-markdown.css' ), 'utf8' );
let highlightCss = fs.readFileSync( path.join( __dirname, '..', 'highlight.js', 'styles', 'default.css' ), 'utf8' );
let highlightjs = fs.readFileSync( path.join( __dirname, '..', 'highlight.js', 'lib', 'highlight.js' ), 'utf8' );

@@ -17,0 +17,0 @@ marked.setOptions( {

{
"name": "@stendahls/markpage",
"version": "1.0.1",
"version": "1.0.2",
"description": "Throw in markdown, get a self-contained HTML file in return.",

@@ -5,0 +5,0 @@ "main": "index.js",

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