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

use-lazy-module-federation

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-lazy-module-federation - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

16

lib/use-lazy-module-federation.d.ts

@@ -1,9 +0,9 @@

export declare type useLazyModuleFederationProps<T = any> = (params: {
url?: string;
scope?: string;
module?: string;
}) => ({
import { FunctionComponent } from "react";
export declare const useLazyModuleFederation: <T = any>({ url, scope, module }: {
url?: string | undefined;
scope?: string | undefined;
module?: string | undefined;
}) => {
errorLoading: boolean;
Component: T;
});
export declare const useLazyModuleFederation: useLazyModuleFederationProps;
Component: FunctionComponent<T>;
};
{
"name": "use-lazy-module-federation",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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