New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@micro-zoe/micro-app

Package Overview
Dependencies
Maintainers
0
Versions
78
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

to
1.0.0-rc.10

12

lib/index.d.ts

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

export function isNode(target: unknown): target is Node;
export function isCanvasElement(target: unknown): target is HTMLAnchorElement;
export function isCanvasElement(target: unknown): target is HTMLCanvasElement;
export function isAnchorElement(target: unknown): target is HTMLAnchorElement;
export function isAudioElement(target: unknown): target is HTMLAnchorElement;
export function isVideoElement(target: unknown): target is HTMLAnchorElement;
export function isAudioElement(target: unknown): target is HTMLAudioElement;
export function isVideoElement(target: unknown): target is HTMLVideoElement;
export function isLinkElement(target: unknown): target is HTMLLinkElement;

@@ -348,8 +348,2 @@ export function isStyleElement(target: unknown): target is HTMLStyleElement;

export function isEmptyObject(target: unknown): boolean;
/**
*
* @param {string} url input url
* @returns {boolean} is relative path
*/
export const isRelativePath: (url: string) => boolean;
}

@@ -356,0 +350,0 @@

{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "A lightweight, efficient and powerful micro front-end framework",

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

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