Socket
Socket
Sign inDemoInstall

gitbook-plugin-collapsible-menu

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

book/plugin.js

16

index.js
module.exports = {
book: {
// assets: "./book",
// js: [
// "plugin.js"
// ],
html: {
"body:end": function() {
return "<script>
alert("start menu");
$('ul.summary li li').hide();
$('ul.summary li li.active').parent().children().show();
alert("start menu");
</script>";
}
}
assets: "./book",
js: ["plugin.js"]
}
};

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

"main": "index.js",
"version": "0.1.0",
"version": "0.2.0",
"author": "rtCamp <admin@rtcamp.com>",

@@ -8,0 +8,0 @@ "contributors": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc