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

@opentiny/vue-checkbox

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-checkbox - npm Package Compare versions

Comparing version 2.18.0 to 2.19.0

2

lib/index.js

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

});
var version = "2.18.0";
var version = "2.19.0";
Checkbox.model = {

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

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

}
}, _vm.handleChange],
}, function($event) {
$event.stopPropagation();
return _vm.handleChange.apply(null, arguments);
}],
"focus": function focus($event) {

@@ -190,3 +193,6 @@ _vm.state.focus = true;

}
}, _vm.handleChange],
}, function($event) {
$event.stopPropagation();
return _vm.handleChange.apply(null, arguments);
}],
"focus": function focus($event) {

@@ -193,0 +199,0 @@ _vm.state.focus = true;

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

}
}, _vm.handleChange],
}, function($event) {
$event.stopPropagation();
return _vm.handleChange.apply(null, arguments);
}],
"focus": function focus($event) {

@@ -168,3 +171,6 @@ _vm.state.focus = true;

}
}, _vm.handleChange],
}, function($event) {
$event.stopPropagation();
return _vm.handleChange.apply(null, arguments);
}],
"focus": function focus($event) {

@@ -171,0 +177,0 @@ _vm.state.focus = true;

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

}
}, _vm.handleChange],
}, function($event) {
$event.stopPropagation();
return _vm.handleChange.apply(null, arguments);
}],
"focus": function focus($event) {

@@ -194,3 +197,6 @@ _vm.state.focus = true;

}
}, _vm.handleChange],
}, function($event) {
$event.stopPropagation();
return _vm.handleChange.apply(null, arguments);
}],
"focus": function focus($event) {

@@ -197,0 +203,0 @@ _vm.state.focus = true;

{
"name": "@opentiny/vue-checkbox",
"version": "2.18.0",
"version": "2.19.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-directive": "~2.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-theme-mobile": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0"
"@opentiny/vue-common": "~2.19.0",
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-directive": "~2.19.0",
"@opentiny/vue-icon": "~2.19.0",
"@opentiny/vue-theme-mobile": "~3.19.0",
"@opentiny/vue-theme": "~3.19.0"
},

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