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

core-dashboard-worona

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-dashboard-worona - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

package.json
{
"name": "core-dashboard-worona",
"version": "1.3.3",
"version": "1.3.4",
"description": "Core Package of Worona Dashboard",

@@ -5,0 +5,0 @@ "scripts": {

@@ -20,5 +20,6 @@ /* eslint-disable no-constant-condition, no-undef, global-require, import/no-dynamic-require */

// having to recompile the core-dashboard-worona package, so we can't use Webpack here.
export const requireRemotePackage = pkg => new Promise((resolve) => {
export const requireRemotePackage = pkg => new Promise((resolve, reject) => {
SystemJS.import(`https://cdn.worona.io/packages/${pkg.main}`)
.then(module => resolve(module));
.then(module => resolve(module))
.catch(error => reject(error));
});

@@ -25,0 +26,0 @@

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