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.4.3 to 15.4.4

4

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

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

"dependencies": {
"@bloomreach/spa-sdk": "15.4.3"
"@bloomreach/spa-sdk": "15.4.4"
},

@@ -45,0 +45,0 @@ "peerDependencies": {

@@ -386,2 +386,6 @@ # Bloomreach React SDK

### Using the SPA SDK selectively on certain pages
If you are navigating between pages that have and those that don't have a SDK instance you will need to persist the preview related data.
See detailed guide how to setup it in framework specific examples, [nextjs](https://github.com/bloomreach/spa-sdk/tree/main/examples/next#persist-preview-data-for-pages-without-sdk-instance), [react](https://github.com/bloomreach/spa-sdk/tree/main/examples/react#persist-preview-data-for-pages-without-sdk-instance).
## License

@@ -430,4 +434,4 @@

| `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. |
| `documentTemplateQuery` | _no_ | Template query to use for creating new documents. For Content SaaS, the key is like `new-banner-document` for `banner` document type. In case the document type is in a namespace other than `brxsaas`, the key also includes namespace prefix, such as `new-vuestorefront-accordion-document` for `accordion` document type in `vuestorefront` namespace. |
| `folderTemplateQuery` | _no_ | Template query to use in case folders specified by `path` do not yet exist and must be created. For Content SaaS, the key is like `new-banner-folder` for `banner` document type. In case the document type is in a namespace other than `brxsaas`, the key also includes namespace prefix, such as `new-vuestorefront-accordion-folder` for `accordion` document type in `vuestorefront` namespace. |
| `path` | _no_ | Initial location of a new document, relative to the `root`. |

@@ -434,0 +438,0 @@ | `parameter` | _no_ | Name of the component parameter in which the document path is stored. |

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