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.3 to 0.0.5

14

assets/bugtags.js

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

$header.find('li.register,li.log').hide()
var html = '<a href="' + btHost + '" target="_blank">'
var html = '<a href="' + CONFIG.siteHost + '" target="_blank">'
+ '<img src="' + data.avatar + '">' + data.nickname

@@ -304,5 +304,17 @@ + '</a>'

function possibleURLSearch(){
var q = getParaFromUrl( 'q' )
if( q ){
}else{
// do nothing
}
}
gitbook.events.on('start',function(e, config){
CONFIG = config.bugtagszh || {}
initUser();
// ๅฆ‚ๆžœ้“พๆŽฅไธญๅธฆๆœ‰ๆœ็ดขๅ…ณ้”ฎ่ฏ๏ผŒๅˆ™้œ€่ฆ่ฟ›่กŒๆœ็ดข
possibleURLSearch()
})

@@ -309,0 +321,0 @@

2

package.json
{
"name": "gitbook-plugin-bugtagszh",
"version": "0.0.3",
"version": "0.0.5",
"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