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

@opentiny/vue-button-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-button-group - npm Package Compare versions

Comparing version 3.10.0 to 3.10.1

2

lib/index.js

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

});
var version = "3.10.0";
var version = "3.10.2";
ButtonGroup.model = {

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

@@ -123,4 +123,4 @@ import { renderless, api } from "@opentiny/vue-renderless/button-group/vue";

style: normalizeStyle({
height: _ctx.size === "medium" ? "42px" : _ctx.size === "small" ? "36px" : _ctx.size === "mini" ? "24px" : "",
"line-height": _ctx.size === "medium" ? "40px" : _ctx.size === "small" ? "34px" : _ctx.size === "mini" ? "22px" : ""
height: _ctx.size === "medium" ? "42px" : _ctx.size === "small" ? "32px" : _ctx.size === "mini" ? "24px" : "",
"line-height": _ctx.size === "medium" ? "40px" : _ctx.size === "small" ? "30px" : _ctx.size === "mini" ? "22px" : ""
}),

@@ -127,0 +127,0 @@ type: "button",

{
"name": "@opentiny/vue-button-group",
"version": "3.10.0",
"version": "3.10.1",
"description": "",

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

"type": "module",
"scripts": {
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
},
"dependencies": {

@@ -15,7 +19,3 @@ "@opentiny/vue-common": "~3.10.0",

"license": "MIT",
"types": "index.d.ts",
"scripts": {
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
"types": "index.d.ts"
}
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