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

gitbook-plugin-bugtagszh

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-bugtagszh - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

assets/bugtags.js

@@ -295,3 +295,2 @@ require([ 'gitbook', 'jquery'],function( gitbook, $ ){

},2000)
}

@@ -311,3 +310,2 @@

gitbook.events.on('page.change',function(){
console.log( arguments )
bindSearch()

@@ -314,0 +312,0 @@ closeSearch()

module.exports = {
book: {
website: {
assets: './assets',

@@ -9,15 +9,4 @@ js: [

'bugtags.css'
],
html: {
"body:end": function() {
return "<script>var _hmt = _hmt || [];"
+ "(function() {"
+ "var hm = document.createElement('script');"
+ "hm.src = '//hm.baidu.com/hm.js?" + this.options.pluginsConfig.bugtagszh.baiduTongjiToken + "';"
+ "var s = document.getElementsByTagName('script')[0];"
+ "s.parentNode.insertBefore(hm, s);"
+ "})();</script>";
}
}
]
}
};

2

package.json
{
"name": "gitbook-plugin-bugtagszh",
"version": "0.0.2",
"version": "0.0.3",
"engines": {

@@ -5,0 +5,0 @@ "gitbook": ">=3.0.0"

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