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

@opentiny/vue-collapse-transition

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-collapse-transition - npm Package Compare versions

Comparing version 2.8.0 to 2.8.2

8

package.json
{
"name": "@opentiny/vue-collapse-transition",
"version": "2.8.0",
"version": "2.8.2",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.8.0",
"@opentiny/vue-renderless": "~3.8.0",
"@opentiny/vue-icon": "~2.8.0"
"@opentiny/vue-common": "~2.8.2",
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-icon": "~2.8.2"
},

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

@@ -1,26 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
on: {
beforeEnter(elem: any): void;
enter(elem: any): void;
afterEnter(elem: any): void;
beforeLeave(elem: any): void;
leave(elem: any): void;
afterLeave(elem: any): void;
};
}> & import("@vue/composition-api").Data, {}, {}, unknown, {
[x: string]: any;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
[x: string]: any;
}, import("@vue/composition-api").ShallowUnwrapRef<{
on: {
beforeEnter(elem: any): void;
enter(elem: any): void;
afterEnter(elem: any): void;
beforeLeave(elem: any): void;
leave(elem: any): void;
afterLeave(elem: any): void;
};
}>, import("@vue/composition-api").Data, {}, {}, {
[x: string]: any;
}, {}, true>);
declare const _sfc_main: any;
export default _sfc_main;
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