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

@opentiny/vue-checkbox-button

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-checkbox-button - npm Package Compare versions

Comparing version 2.15.0 to 2.16.0

6

lib/index.js

@@ -48,2 +48,6 @@ function _extends() {

}
},
tabindex: {
type: String,
default: "0"
}

@@ -59,3 +63,3 @@ }),

});
var version = "2.15.0";
var version = "2.16.0";
CheckboxButton.model = {

@@ -62,0 +66,0 @@ prop: "modelValue",

4

lib/pc.js

@@ -60,3 +60,3 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox-button/vue';

emits: ["change", "update:modelValue"],
props: [].concat(props, ["modelValue", "label", "text", "events", "disabled", "checked", "name", "trueLabel", "falseLabel"]),
props: [].concat(props, ["modelValue", "label", "text", "events", "disabled", "checked", "name", "trueLabel", "falseLabel", "tabindex"]),
setup: function setup$1(props2, context) {

@@ -100,2 +100,3 @@ return setup({

"name": _vm.name,
"tabindex": _vm.tabindex,
"disabled": _vm.state.isDisabled,

@@ -140,2 +141,3 @@ "true-value": _vm.trueLabel,

"name": _vm.name,
"tabindex": _vm.tabindex,
"disabled": _vm.state.isDisabled

@@ -142,0 +144,0 @@ },

{
"name": "@opentiny/vue-checkbox-button",
"version": "2.15.0",
"version": "2.16.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-theme": "~3.15.0"
"@opentiny/vue-common": "~2.16.0",
"@opentiny/vue-renderless": "~3.16.0",
"@opentiny/vue-theme": "~3.16.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