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

@visual-framework/embl-content-hub-loader

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visual-framework/embl-content-hub-loader - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

15

CHANGELOG.md

@@ -1,22 +0,23 @@

# Change Log
### 1.0.6
## 1.0.5
* invoke `emblContentHubSignalFinished()` even in cases where there was nothing to load
### 1.0.5
* Fix detection of no response from the contentHub for `embl-js-content-hub-loader-no-content` and `embl-js-content-hub-loader-no-content-hide`
## 1.0.4 (2020-03-20)
### 1.0.4 (2020-03-20)
* adds support to load embl-notifications component
## 1.0.2
### 1.0.2
* adds features for when no content is returned. Supply "no content found" text or hide a region.
## 1.0.1 (2019)
### 1.0.1 (2019)
* adds CSS for times when the `*-content-hub-html` is a direct child of `vf-body`.
## 1.0.0 (2019-12-17)
### 1.0.0 (2019-12-17)
* Initial stable release

@@ -60,2 +60,7 @@ // embl-content-hub-loader__fetch

// If nothing to import
if (emblContentHubLinks.length == 0) {
emblContentHubSignalFinished();
}
// Add a class to the body once the last item has been processed

@@ -62,0 +67,0 @@ function emblContentHubSignalFinished() {

{
"version": "1.0.5",
"version": "1.0.6",
"name": "@visual-framework/embl-content-hub-loader",

@@ -23,3 +23,3 @@ "description": "embl-content-hub-loader component",

],
"gitHead": "81f602acbd97ebac3fa4178bcb8f16897549ea45"
"gitHead": "e1b530b916346df225324e563dc1ccdda4ce9b6b"
}

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