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

gitbook-plugin-jira

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-jira - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

book/jira.js

11

index.js
module.exports = {
// Extend website resources and html
website: {
assets: "./book",
js: [
"jira.js"
]
},
blocks: {

@@ -6,3 +13,3 @@ jira: {

// Set jiraLink
let jiraLink = blk.body || '';
var jiraLink = blk.body || '';

@@ -19,3 +26,3 @@ // Do not run in other generators but website

return '<script type="text/javascript" src="' + jiraLink + '"></script><p><a href="#" onclick="showCollectorDialog();">Open form</a>';
return '<script type="text/javascript" src="' + jiraLink + '"></script><p><a href="#" id="openJiraForm">Open form</a>';
}

@@ -22,0 +29,0 @@ }

2

package.json

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

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

@@ -8,0 +8,0 @@ "gitbook": ">1.x.x"

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