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

@opentiny/vue-switch

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-switch - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

2

lib/index.js

@@ -99,3 +99,3 @@ function _extends() {

});
var version = "2.17.0";
var version = "2.18.0";
Switch.model = {

@@ -102,0 +102,0 @@ prop: "modelValue",

@@ -98,3 +98,5 @@ import { renderless, api } from '@opentiny/vue-renderless/switch/vue';

return [_vm._v("OFF")];
}) : _vm._e()], 2) : _vm._e()])]) : _c("span", [_vm.state.currentValue === _vm.trueValue ? _vm._t("open", function() {
}) : _vm._e()], 2) : _vm._e()]), _c("span", {
staticClass: "tiny-switch__button"
}, [_vm.state.currentValue === _vm.trueValue ? _vm._t("active-icon") : _vm._e(), _vm.state.currentValue === _vm.falseValue ? _vm._t("inactive-icon") : _vm._e()], 2)]) : _c("span", [_vm.state.currentValue === _vm.trueValue ? _vm._t("open", function() {
return [_vm._v(_vm._s(_vm.t("yes")))];

@@ -101,0 +103,0 @@ }) : _vm._e(), _vm.state.currentValue === _vm.falseValue ? _vm._t("close", function() {

{
"name": "@opentiny/vue-switch",
"version": "2.17.0",
"version": "2.18.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-common": "~2.17.0",
"@opentiny/vue-theme-mobile": "~3.17.0",
"@opentiny/vue-theme": "~3.17.0"
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-theme-mobile": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0"
},

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