New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-checkbox-group

Package Overview
Dependencies
Maintainers
1
Versions
65
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 3.1.0-alpha.0 to 3.4.7

index.d.ts

2

lib/index.js

@@ -107,4 +107,4 @@ import { $prefix, $props, $setup } from '@opentiny/vue-common';

};
CheckboxGroup.version = '3.1.0-alpha.0';
CheckboxGroup.version = '3.4.7';
export { CheckboxGroup as default };

@@ -39,3 +39,2 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox-group/vue';

},
inheritAttrs: false,
props: [].concat(_toConsumableArray(props), ['modelValue', 'type', 'options', 'disabled', 'min', 'max', 'size', 'fill', 'textColor', 'vertical']),

@@ -42,0 +41,0 @@ setup: function setup$1(props, context) {

{
"name": "@opentiny/vue-checkbox-group",
"version": "3.1.0-alpha.0",
"version": "3.4.7",
"description": "",

@@ -12,12 +12,13 @@ "main": "lib/index.js",

"dependencies": {
"@opentiny/vue-common": "~3.1.0-alpha.0",
"@opentiny/vue-renderless": "~3.1.0-alpha.0",
"@opentiny/vue-checkbox": "~3.1.0-alpha.0",
"@opentiny/vue-checkbox-button": "~3.1.0-alpha.0",
"@opentiny/vue-icon": "~3.1.0-alpha.0",
"@opentiny/vue-theme": "~3.1.0-alpha.0",
"@opentiny/vue-theme-mobile": "~3.1.0-alpha.0"
"@opentiny/vue-common": "~3.4.7",
"@opentiny/vue-renderless": "~3.4.0",
"@opentiny/vue-checkbox": "~3.4.7",
"@opentiny/vue-checkbox-button": "~3.4.7",
"@opentiny/vue-icon": "~3.4.7",
"@opentiny/vue-theme": "~3.4.0",
"@opentiny/vue-theme-mobile": "~3.4.0"
},
"license": "MIT",
"types": "index.d.ts",
"sideEffects": false
}
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