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

@micro-zoe/micro-app

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micro-zoe/micro-app - npm Package Compare versions

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

2

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

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

@@ -35,23 +35,9 @@ declare module '@micro-app/types' {

interface releaseEffectParams {
umdMode: boolean,
isPrerender: boolean,
keepAlive: boolean,
destroy: boolean,
}
interface EffectController {
interface CommonEffectHook {
reset(): void
record(): void
rebuild(): void
release(options: releaseEffectParams): void
release(clearTimer?: boolean): void
}
interface CommonIframeEffect {
reset(): void
record(): void
rebuild(): void
release(umdMode?: boolean, preRender?: boolean): void
}
interface SandBoxStartParams {

@@ -73,2 +59,3 @@ umdMode: boolean

interface releaseGlobalEffectParams {
umdMode?: boolean,
clearData?: boolean,

@@ -75,0 +62,0 @@ isPrerender?: boolean,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc