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.0-beta.8 to 1.0.0-beta.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.0.0-beta.9 (2019-11-14)
**Note:** Version bump only for package @visual-framework/embl-content-hub-loader
# 1.0.0-beta.8 (2019-10-23)

@@ -8,0 +16,0 @@

14

embl-content-hub-loader__fetch.js

@@ -54,13 +54,5 @@ // embl-content-hub-loader__fetch

// if native, no need to wait
if (emblContentHubLinks[linkPosition].import !== undefined) {
emblContentHubGrabTheContent(emblContentHubLinks[linkPosition],linkPosition);
if (linkPosition+1 == emblContentHubLinks.length) {
emblContentHubSignalFinished();
}
} else {
// await the import's loading
emblContentHubAwaitLoading(emblContentHubLinks[linkPosition],linkPosition);
}
// await the load of the html import from the polyfill
// note: we use polyfill in all cases; see https://github.com/visual-framework/vf-core/issues/508
emblContentHubAwaitLoading(emblContentHubLinks[linkPosition],linkPosition);
}());

@@ -67,0 +59,0 @@ }

{
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"name": "@visual-framework/embl-content-hub-loader",

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

],
"gitHead": "9a222769740c2df0ffe6bfdd96055ab7f9e6ae48"
"gitHead": "02bba9ce4ec9b5cf77b52b02a7a34e08673af691"
}

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