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

gitbook-html

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-html - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/langs.js

@@ -6,3 +6,5 @@ var _ = require('lodash');

function parseLangs(content) {
return parseSummary(content).parts[0].articles;
var parts = parseSummary(content).parts;
if (parts.length > 0) return parts[0].articles;
return [];
}

@@ -9,0 +11,0 @@

{
"name": "gitbook-html",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://www.gitbook.com",

@@ -5,0 +5,0 @@ "description": "Parse HTML 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