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.3.0-docs-2 to 2.3.0-docs-3

2

content/server/framework/clientside-extensions/guides/extension-points/creating-an-extension-point.md

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

subcategory: extension-points
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: extension-points
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: extension-points
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: extension-points
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: how-to
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: how-to
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: how-to
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: introduction
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: introduction
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: introduction
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: introduction
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: introduction
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: introduction
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: index
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-28'
---

@@ -22,3 +22,3 @@

First, make sure to install and provide Client-side Extensions in your Product as described in the [Installation Guide](https://bitbucket.org/atlassian/atlassian-clientside-extensions/src/master/INSTALLATION.md).
First, make sure to install and provide Client-side Extensions in your Product as described in the [Installation Guide for v1](https://bitbucket.org/atlassian/atlassian-clientside-extensions/src/v1.2.9/INSTALLATION.md).

@@ -315,6 +315,6 @@ Next, add `@atlassian/clientside-extensions-components` to your project.

Handlers continue to work the same on the recent version of CSE. Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-handlers/) guide to learn how to use them.
Handlers continue to work the same on the recent version of CSE. Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-points/extension-handlers/) guide to learn how to use them.
{{% warning %}}
Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-handlers/) guide.
Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-points/extension-handlers/) guide.
{{% /warning %}}

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: api
date: '2021-07-19'
date: '2021-07-28'
---

@@ -86,3 +86,3 @@

{{% tip %}}
Follow the [How to setup CSE schema-loader](/server/framework/clientside-extensions/reference/guides/how-to/setup-schema-loader)
Follow the [How to setup CSE schema-loader](/server/framework/clientside-extensions/guides/how-to/setup-schema-loader)
to learn how to install and configure the loader.

@@ -89,0 +89,0 @@ {{% /tip %}}

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

subcategory: api
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: glossary
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: webpack
date: '2021-07-19'
date: '2021-07-21'
---

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

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

subcategory: webpack
date: '2021-07-19'
date: '2021-07-21'
---

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

@@ -250,4 +250,8 @@ {

"to": "/reference/api/extension-api/render-element-as-react/"
},
{
"from": "/reference/api/extension-handlers/",
"to": "/reference/api/extension-points/extension-handlers/"
}
]
}
{
"name": "@atlassian/clientside-extensions-docs",
"version": "2.3.0-docs-2",
"version": "2.3.0-docs-3",
"description": "Holds the official documentation for Altassian Server client-side extensions API.",

@@ -80,5 +80,5 @@ "license": "BSD-3-Clause",

"optionalDependencies": {
"@atlassian/doc-scripts": "^3.0.6"
"@atlassian/doc-scripts": "^4.0.5"
},
"gitHead": "d019c7af67bdee8c1bb3c6c53eab1e5f96d5471e"
}
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