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

@atlassian/clientside-extensions-docs

Package Overview
Dependencies
Maintainers
8
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/clientside-extensions-docs - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1-bb14dbb-l27ijy45

content/server/framework/clientside-extensions/guides/how-to/debugging-and-troubleshooting-an-extension.md

2

content/server/framework/clientside-extensions/get-help.md

@@ -7,3 +7,3 @@ ---

subcategory: get-help
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: extension-points
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: extension-points
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: extension-points
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: extension-points
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: extension-points
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: how-to
date: '2021-05-05'
date: '2021-05-19'
---

@@ -78,3 +78,3 @@

In your `pom.xml` file, find your declaration of the Maven plugin for the product you're targeting (e.g: `bitbucket-maven-plugin`), and:
In your `pom.xml` file, find your declaration of the Maven plugin for the product you're targeting (e.g.: `bitbucket-maven-plugin`), and:

@@ -81,0 +81,0 @@ - Import the `com.atlassian.plugin.clientsideextensions` package.

@@ -7,3 +7,3 @@ ---

subcategory: how-to
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: how-to
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-19'
---

@@ -159,3 +159,3 @@

You may have noticed that the callback it receives doesn't return any attributes (like e.g: buttons or panels).
You may have noticed that the callback it receives doesn't return any attributes (like e.g.: buttons or panels).
That's because pages don't need an API to interact with products since they control the whole page.

@@ -162,0 +162,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-19'
---

@@ -82,2 +82,10 @@

{{% tip %}}
Always remember to check the documentation of each product's extension point and supported attributes.
You will read more information about [revealing extension points on the page](/server/framework/clientside-extensions/guides/introduction/discovering-extension-points/#revealing-extension-points-on-the-page) in the next part of the guide.
{{% /tip %}}
## Comment annotations

@@ -112,2 +120,3 @@

label: 'Extensions are awesome!',
iconBefore: 'app-access',
url: 'https://go.atlassian.com/clientside-extensions',

@@ -170,2 +179,3 @@ };

label: 'Extensions are awesome!',
iconBefore: 'app-access',
onAction: () => {

@@ -172,0 +182,0 @@ alert('They are awesome indeed!');

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-19'
---

@@ -29,3 +29,3 @@

1. Navigate to the PR you created for testing CSE (e.g: http://localhost:7990/bitbucket/projects/PROJECT_1/repos/rep_1/pull-requests/1/)
1. Navigate to the PR you created for testing CSE (e.g.: http://localhost:7990/bitbucket/projects/PROJECT_1/repos/rep_1/pull-requests/1/)
2. Add this query parameter to the URL: `?clientside-extensions`.

@@ -32,0 +32,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: introduction
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: index
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: api
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: glossary
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: webpack
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ ---

subcategory: webpack
date: '2021-05-05'
date: '2021-05-11'
---

@@ -10,0 +10,0 @@

@@ -91,2 +91,6 @@ {

"url": "/server/framework/clientside-extensions/guides/how-to/setup-schema-loader"
},
{
"title": "Debugging and troubleshooting an extension",
"url": "/server/framework/clientside-extensions/guides/how-to/debugging-and-troubleshooting-an-extension"
}

@@ -93,0 +97,0 @@ ]

{
"name": "@atlassian/clientside-extensions-docs",
"version": "2.1.0",
"version": "2.1.1-bb14dbb-l27ijy45",
"description": "Holds the official documentation for Altassian Server client-side extensions API.",

@@ -76,3 +76,3 @@ "license": "BSD-3-Clause",

"link-check": "doc-scripts link-check",
"prepare": "SKIP_VERSION_CHECK=true doc-scripts validate",
"prepublishOnly": "SKIP_VERSION_CHECK=true doc-scripts validate",
"prepack": "SKIP_VERSION_CHECK=true doc-scripts set-last-updated",

@@ -82,5 +82,5 @@ "doc-scripts": "doc-scripts"

"optionalDependencies": {
"@atlassian/doc-scripts": "^2.6.0"
"@atlassian/doc-scripts": "^2.7.5"
},
"gitHead": "ba74ac4a8fc369d13e030d6b9c5112e35be20254"
"gitHead": "bb14dbb1f2646ee2429ac959d95aabe433c42a33"
}

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