Socket
Socket
Sign inDemoInstall

@micro-zoe/micro-app

Package Overview
Dependencies
0
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

2

lib/index.d.ts

@@ -246,3 +246,3 @@ /// <reference path="../typings/global.d.ts" />

*/
export function cloneContainer<T extends Element | ShadowRoot, Q extends Element | ShadowRoot>(origin: T, target: Q, deep: boolean): Q;
export function cloneContainer<T extends Element | ShadowRoot, Q extends Element | ShadowRoot>(target: Q, origin: T, deep: boolean): Q;
export function isInvalidQuerySelectorKey(key: string): boolean;

@@ -249,0 +249,0 @@ export function isUniqueElement(key: string): boolean;

{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A lightweight, efficient and powerful micro front-end framework",

@@ -5,0 +5,0 @@ "private": false,

@@ -195,4 +195,11 @@ declare module '@micro-app/types' {

// get keep-alive state
getKeepAliveState(): string | null
// is app unmounted
isUnmounted (): boolean
// is app already hidden
isHidden (): boolean
// actions for completely destroy

@@ -199,0 +206,0 @@ actionsForCompletelyDestroy (): void

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc