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

gitbook-plugin-etoc

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-etoc - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

index.js

@@ -24,3 +24,3 @@ var toc = require('markdown-toc');

// insert <!-- toc --> before the first h2/h3/h4 element
page.content = page.content.replace(/[\r|\n|\r\n]##/, eol + '<!-- toc -->' + eol + '##');
page.content = page.content.replace(/[\r\n]##/, eol + '<!-- toc -->' + eol + '##');
}

@@ -27,0 +27,0 @@

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "1.1.4",
"version": "1.1.5",
"engines": {

@@ -8,0 +8,0 @@ "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