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

@module-federation/typescript

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/typescript - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "@module-federation/typescript",
"version": "0.2.0",
"version": "0.2.1",
"description": "Webpack plugin to stream typescript for module federation apps/components",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -75,3 +75,3 @@ const ts = require("typescript");

importRemoteTypes() {
const remoteUrls = Object.entries(remoteComponents).map(([ remote, entry ]) => {
const remoteUrls = Object.entries(this.remoteComponents).map(([ remote, entry ]) => {
const [, url ] = entry.split('@');

@@ -78,0 +78,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