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

@opentiny/vue-common

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-common - npm Package Compare versions

Comparing version 3.11.0 to 3.12.0

10

package.json
{
"name": "@opentiny/vue-common",
"version": "3.11.0",
"version": "3.12.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

@@ -30,6 +30,6 @@ "homepage": "https://opentiny.design/tiny-vue",

"dependencies": {
"@opentiny/vue-locale": "~3.11.0",
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-theme": "~3.11.0",
"@opentiny/vue-theme-mobile": "~3.11.0",
"@opentiny/vue-locale": "~3.12.0",
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-theme": "~3.12.0",
"@opentiny/vue-theme-mobile": "~3.12.0",
"tailwind-merge": "^1.8.0"

@@ -36,0 +36,0 @@ },

@@ -78,2 +78,3 @@ /**

export declare const parseVnode: (vnode: any) => any;
export declare const isEmptyVnode: (vnode: any) => boolean;
export declare const h: typeof Vue.h;

@@ -80,0 +81,0 @@ export declare const createComponentFn: (design: any) => ({ component, propsData, el }: {

@@ -78,2 +78,3 @@ import Vue from 'vue';

export declare const parseVnode: (vnode: any) => any;
export declare const isEmptyVnode: (vnode: any) => boolean;
export declare const h: any;

@@ -80,0 +81,0 @@ export declare const createComponentFn: (design: any) => ({ component, propsData, el }: {

@@ -88,2 +88,3 @@ /**

export declare const parseVnode: (vnode: any) => any;
export declare const isEmptyVnode: (vnode: any) => boolean;
type CreateElement = (component: any, propsData?: any, childData?: any) => ReturnType<typeof hooks.h>;

@@ -90,0 +91,0 @@ export declare const h: CreateElement;

import hooks from './adapter';
import { appProperties, getElementStatusClass } from './adapter';
import { defineAsyncComponent, directive, emitter, h, Teleport } from './adapter';
import { parseVnode, useRouter } from './adapter';
import { parseVnode, isEmptyVnode, useRouter } from './adapter';
import { defineComponent, isVue2, isVue3 } from './adapter';

@@ -67,3 +67,3 @@ export { version } from '../package.json';

export type { PropType, ExtractPropTypes, DefineComponent, ComponentPublicInstance, SetupContext, ComputedRef } from './adapter';
export { h, hooks, directive, parseVnode, useRouter, emitter, createComponent, defineAsyncComponent, getElementStatusClass, Teleport };
export { h, hooks, directive, parseVnode, isEmptyVnode, useRouter, emitter, createComponent, defineAsyncComponent, getElementStatusClass, Teleport };
declare const _default: {

@@ -75,2 +75,3 @@ h: (component: any, propsData?: any, childData?: any) => hooks.VNode<hooks.RendererNode, hooks.RendererElement, {

parseVnode: (vnode: any) => any;
isEmptyVnode: (vnode: any) => boolean;
useRouter: (instance?: hooks.ComponentInternalInstance | null) => {

@@ -77,0 +78,0 @@ route: any;

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

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