Socket
Socket
Sign inDemoInstall

@micro-zoe/micro-app

Package Overview
Dependencies
Maintainers
3
Versions
66
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-rc.8 to 1.0.0-rc.9

10

lib/index.d.ts

@@ -146,2 +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 isAnchorElement(target: unknown): target is HTMLAnchorElement;
export function isAudioElement(target: unknown): target is HTMLAnchorElement;
export function isVideoElement(target: unknown): target is HTMLAnchorElement;
export function isLinkElement(target: unknown): target is HTMLLinkElement;

@@ -344,2 +348,8 @@ 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;
}

@@ -346,0 +356,0 @@

2

package.json
{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"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

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