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

@opentiny/vue-checkbox-group

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

Comparing version 2.11.0 to 2.12.0

2

lib/index.js

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

});
var version = "2.11.0";
var version = "2.12.0";
CheckboxGroup.model = {

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

@@ -65,3 +65,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue";

inheritAttrs: false,
props: [].concat(props, ["modelValue", "type", "options", "disabled", "min", "max", "size", "fill", "textColor", "vertical"]),
props: [].concat(props, ["modelValue", "type", "options", "disabled", "min", "max", "size", "fill", "textColor", "vertical", "displayOnly"]),
setup: function setup(props2, context) {

@@ -85,2 +85,3 @@ return _setup({

attrs: {
"data-tag": "tiny-checkbox-group",
"role": "group",

@@ -87,0 +88,0 @@ "aria-label": "checkbox-group"

{
"name": "@opentiny/vue-checkbox-group",
"version": "2.11.0",
"version": "2.12.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.11.0",
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-checkbox": "~2.11.0",
"@opentiny/vue-checkbox-button": "~2.11.0"
"@opentiny/vue-common": "~2.12.0",
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-checkbox": "~2.12.0",
"@opentiny/vue-checkbox-button": "~2.12.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