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-alpha.0 to 1.0.0-alpha.1

2

lib/index.d.ts

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

*/
export const createURL: (p: string | URL, b?: string | undefined) => MicroLocation;
export const createURL: (path: string | URL, base?: string | undefined) => MicroLocation;
/**

@@ -133,0 +133,0 @@ * Add address protocol

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

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

@@ -18,3 +18,3 @@ declare module '@micro-app/types' {

): void
stop (keepRouteState: boolean): void
stop (keepRouteState: boolean, clearEventSource: boolean): void
// record umd snapshot before the first execution of umdHookMount

@@ -28,2 +28,16 @@ recordUmdSnapshot (): void

interface SandBoxAdapter {
// Variables that can only assigned to rawWindow
escapeSetterKeyList: PropertyKey[]
// Variables that can escape to rawWindow
staticEscapeProperties: PropertyKey[]
// Variables that scoped in child app
staticScopeProperties: PropertyKey[]
// adapter for react
// injectReactHRMProperty (): void
}
type sourceLinkInfo = {

@@ -30,0 +44,0 @@ code: string // code

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