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.14.0 to 2.15.0

2

lib/index.js

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

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

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

@@ -1,3 +0,4 @@

import { renderless, api } from "@opentiny/vue-renderless/checkbox-button/vue";
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common";
import { renderless, api } from '@opentiny/vue-renderless/checkbox-button/vue';
import { defineComponent, props, setup } from '@opentiny/vue-common';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -60,4 +61,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

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

@@ -183,4 +184,3 @@ context,

}();
export {
pc as default
};
export { pc as default };
{
"name": "@opentiny/vue-checkbox-button",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

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

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