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.6.7 to 2.7.0

src/pc.vue.d.ts

2

index.d.ts

@@ -12,3 +12,3 @@ /**

*/
import CollapseTransition from './src/index.vue';
import CollapseTransition from './src/pc.vue';
export default CollapseTransition;

@@ -58,3 +58,3 @@ import { addClass, removeClass } from "@opentiny/vue-renderless/common/deps/dom";

import "@opentiny/vue-theme/collapse/index.css";
var __vue2_script = defineComponent({
var _sfc_main = defineComponent({
name: $prefix + "CollapseTransition",

@@ -121,20 +121,11 @@ setup: function setup() {

});
var render = function render2() {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
_vm._self._setupProxy;
return _c("transition", _vm._g({}, _vm.on), [_vm._t("default")], 2);
};
var staticRenderFns = [];
var __cssModules = {};
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null);
function __vue2_injectStyles(context) {
for (var o in __cssModules) {
this[o] = __cssModules[o];
}
}
var CollapseTransition = /* @__PURE__ */ function() {
return __component__.exports;
}();
var version = "3.7.0";
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, null, null, null);
var CollapseTransition = __component__.exports;
var version = "2.7.0";
CollapseTransition.install = function(Vue) {

@@ -141,0 +132,0 @@ Vue.component(CollapseTransition.name, CollapseTransition);

{
"name": "@opentiny/vue-collapse-transition",
"version": "2.6.7",
"version": "2.7.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-common": "~2.6.7",
"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-icon": "~2.6.7"
"@opentiny/vue-common": "~2.7.0",
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-icon": "~2.7.0"
},

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

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