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

gitbook-markdown

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-markdown - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

lib/page.js
var Q = require('q');
var _ = require('lodash');
var kramed = require('kramed');
var hljs = require('highlight.js');

@@ -12,3 +13,3 @@

highlight: function (code, lang) {
if(!lang) return code;
if(!lang || !hljs) return code;

@@ -15,0 +16,0 @@ // Normalize lang

{
"name": "gitbook-markdown",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://www.gitbook.com",

@@ -38,3 +38,6 @@ "description": "Parse markdown content for gitbook",

}
]
],
"browser": {
"highlight.js": false
}
}
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