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

@opentiny/vue-collapse-transition

Package Overview
Dependencies
Maintainers
1
Versions
65
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 3.8.2 to 3.8.3

9

package.json
{
"name": "@opentiny/vue-collapse-transition",
"version": "3.8.2",
"version": "3.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-common": "~3.8.2",
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-icon": "~3.8.2"
"@opentiny/vue-common": "~3.8.3",
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-icon": "~3.8.3"
},

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

@@ -1,2 +0,11 @@

declare const _sfc_main: any;
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{}, {
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").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}>;
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