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

gitbook-plugin-theme-mbook

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-theme-mbook - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json

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

"main": "./index.js",
"version": "0.0.4",
"version": "0.0.5",
"engines": {

@@ -8,0 +8,0 @@ "gitbook": ">=3.2.2"

@@ -140,4 +140,8 @@ var $ = require('jquery');

var $link = $chapter.children('a'),
hash = $link.attr('href').split('#')[1];
hash = $link.attr('href');
if (hash) {
hash = hash.split('#')[1];
}
if (hash) hash = '#'+hash;

@@ -144,0 +148,0 @@ return (!!hash)? hash : '';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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