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

@bloomreach/react-sdk

Package Overview
Dependencies
Maintainers
29
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloomreach/react-sdk - npm Package Compare versions

Comparing version 15.3.4-0 to 15.3.4-1

6

package.json
{
"name": "@bloomreach/react-sdk",
"version": "15.3.4-0",
"version": "15.3.4-1",
"description": "Bloomreach SPA SDK for React",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@bloomreach/spa-sdk": "15.3.4-0"
"@bloomreach/spa-sdk": "15.3.4-1"
},

@@ -107,2 +107,2 @@ "peerDependencies": {

"stableVersion": "15.3.3"
}
}

@@ -426,11 +426,16 @@ # Bloomreach React SDK

| Property | Required | Description |
| ----------------------- | :------: | ----------------------------------------------------------------------------------------------- |
| `content` | _no_ | The content entity to open for editing. |
| `documentTemplateQuery` | _no_ | Template query to use for creating new documents. |
| `folderTemplateQuery` | _no_ | Template query to use in case folders specified by `path` do not yet exist and must be created. |
| `path` | _no_ | Initial location of a new document, relative to the `root`. |
| `parameter` | _no_ | Name of the component parameter in which the document path is stored. |
| `relative` | _no_ | Flag indicating that the picked value should be stored as a relative path. |
| `root` | _no_ | Path to the root folder of selectable document locations. |
| Property | Required | Description |
| --------------------------- | :------: | ----------------------------------------------------------------------------------------------- |
| `content` | _no_ | The content entity to open for editing. |
| `documentTemplateQuery` | _no_ | Template query to use for creating new documents. |
| `folderTemplateQuery` | _no_ | Template query to use in case folders specified by `path` do not yet exist and must be created. |
| `path` | _no_ | Initial location of a new document, relative to the `root`. |
| `parameter` | _no_ | Name of the component parameter in which the document path is stored. |
| `pickerConfiguration` | _no_ | The root path of the CMS configuration to use for the picker, relative to `/hippo:configuration/hippo:frontend/cms`. |
| `pickerInitialPath` | _no_ | The initial path to use in the picker if nothing has been selected yet, relative to the pickerRootPath. |
| `pickerRemembersLastVisited`| _no_ | Whether the picker remembers the last visited path. |
| `pickerRootPath` | _no_ | The absolute root path to use in the picker, or an empty string if the channel content path is used. |
| `pickerSelectableNodeTypes` | _no_ | Types of nodes to be able to select in the picker, separated by a comma. |
| `relative` | _no_ | Flag indicating that the picked value should be stored as a relative path. |
| `root` | _no_ | Path to the root folder of selectable document locations. |

@@ -437,0 +442,0 @@ ### BrManageMenuButton

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