Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bloomreach/spa-sdk

Package Overview
Dependencies
Maintainers
35
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloomreach/spa-sdk - npm Package Compare versions

Comparing version 15.1.0 to 15.1.1

2

package.json
{
"name": "@bloomreach/spa-sdk",
"version": "15.1.0",
"version": "15.1.1",
"description": "Bloomreach SPA SDK",

@@ -5,0 +5,0 @@ "keywords": [

@@ -125,3 +125,3 @@ # Bloomreach SPA SDK

| These options are deprecated and will be removed in the next major release
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------------------------------------- |
| **`cmsBaseUrl`** <br> Base URL of the site (e.g. `http://localhost:8080/site` or `http://localhost:8080/site/channel`). This option is exclusive and should not be used together with `options` or `endpoint` <br><br> Required: _exclusive_ <br> Default: . _none_ |

@@ -269,13 +269,13 @@ | **`options`** <br> The CMS URL options. This option is exclusive and should not be used together with `cmsBaseUrl` or `endpoint`. Use this property to enable the UrlRewriter-based setup. <br><br> Required: _exclusive_ <br> Default: _none_ |

| Method | Description |
| --------------------------------------------------- | ----------------------------------- |
| <code>getDescription(): string undefined;</code> | Returns the image set description. |
| `getDisplayName(): string` | Returns the image set display name. |
| `getId(): string` | Returns the document id. |
| `getFileName(): string` | Returns the image set file name. |
| `getId(): string` | Returns the image set id. |
| <code>getLocale(): string &vert; undefined</code> | Returns the image set locale. |
| `getName(): string` | Returns the image name. |
| <code>getOriginal(): Image &vert; undefined</code> | Returns the original image. |
| <code>getThumbnail(): Image &vert; undefined</code> | Returns the thumbnail. |
| Method | Description |
| ------------------------------------------------------- | ----------------------------------- | ----------------------------- |
| <code>getDescription(): string &vert; undefined;</code> | Returns the image set description. |
| `getDisplayName(): string` | Returns the image set display name. |
| `getId(): string` | Returns the document id. |
| `getFileName(): string` | Returns the image set file name. |
| `getId(): string` | Returns the image set id. |
| `getLocale(): string | undefined` | Returns the image set locale. |
| `getName(): string` | Returns the image name. |
| <code>getOriginal(): Image &vert; undefined</code> | Returns the original image. |
| <code>getThumbnail(): Image &vert; undefined</code> | Returns the thumbnail. |

@@ -282,0 +282,0 @@ ##### Image

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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