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

@module-federation/dashboard-core

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/dashboard-core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

index.js

@@ -8,7 +8,7 @@ const { Safe } = require("./protect");

if(key === 'DASHBOARD_TRIAL') {
Module = require('./trial-core')
// Module = require('./trial-core')
} else {
Module = require('./author-core')
// Module = require('./author-core')
}
module.exports = Module
// module.exports = Module
{
"name": "@module-federation/dashboard-core",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -10,6 +10,5 @@ "scripts": {

"setup": "echo noop",
"test": "echo noop",
"publish": "npm publish --access public"
"test": "echo noop"
},
"main": "index.js"
}
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