New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 0.2.1

4

lib/glossary.js

@@ -44,5 +44,7 @@ var _ = require('lodash');

return _.map(glossary, function(entry) {
var body = _.map(glossary, function(entry) {
return "## "+entry.name+bl+bl+entry.description;
}).join(bl+bl);
return "# Glossary"+bl+bl+body;
}

@@ -49,0 +51,0 @@

{
"name": "gitbook-markdown",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://www.gitbook.com",

@@ -5,0 +5,0 @@ "description": "Parse markdown content for gitbook",

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