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 3.10.0 to 3.11.0-alpha.0

6

lib/index.js
import { addClass, removeClass } from "@opentiny/vue-renderless/common/deps/dom";
import { defineComponent, $prefix } from "@opentiny/vue-common";
import { openBlock, createBlock, Transition, toHandlers, withCtx, renderSlot } from "vue";
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) {
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];

@@ -42,3 +42,3 @@ if (it)

var target = sfc.__vccOpts || sfc;
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) {
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];

@@ -129,3 +129,3 @@ target[key] = val;

var CollapseTransition = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.10.0";
var version = "3.11.0-alpha.0";
CollapseTransition.install = function(Vue) {

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

{
"name": "@opentiny/vue-collapse-transition",
"version": "3.10.0",
"version": "3.11.0-alpha.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0"
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-icon": "~3.11.0-alpha.0"
},

@@ -15,0 +15,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