New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

doczen-convert

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doczen-convert - npm Package Compare versions

Comparing version

to
0.0.3

2

index.js

@@ -90,3 +90,2 @@ var marked = require('marked')

if (highlight && !hidden) {
console.error("HIGHLIGHT")
marked.setOptions({

@@ -98,3 +97,2 @@ highlight: function(src, lang) {

} else {
console.error("NOHIGH")
marked.setOptions({highlight:null})

@@ -101,0 +99,0 @@ }

2

package.json
{
"name": "doczen-convert",
"version": "0.0.2",
"version": "0.0.3",
"description": "Converts Markdown into Doczen-compatible HTML",

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