Socket
Socket
Sign inDemoInstall

@opentiny/vue-common

Package Overview
Dependencies
Maintainers
1
Versions
62
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.6.1 to 3.6.6

10

package.json
{
"name": "@opentiny/vue-common",
"version": "3.6.1",
"version": "3.6.6",
"description": "",

@@ -8,6 +8,6 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-locale": "~3.6.1",
"@opentiny/vue-renderless": "~3.6.1",
"@opentiny/vue-theme": "~3.6.1",
"@opentiny/vue-theme-mobile": "~3.6.1"
"@opentiny/vue-locale": "~3.6.6",
"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-theme": "~3.6.6",
"@opentiny/vue-theme-mobile": "~3.6.6"
},

@@ -14,0 +14,0 @@ "license": "MIT",

@@ -81,3 +81,3 @@ /**

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

@@ -84,0 +84,0 @@ export declare const createComponent: ({ component, propsData, el }: {

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