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.6.7 to 2.8.0

2

lib/index.js

@@ -21,2 +21,4 @@ function _extends() {

return MobileTemplate;
else if ("mobile-first" === (process.env.TINY_MODE || mode))
return MobileFirstTemplate;
else

@@ -23,0 +25,0 @@ return PcTemplate;

7

package.json
{
"name": "@opentiny/vue-checkbox-button",
"version": "2.6.7",
"version": "2.8.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"dependencies": {
"@opentiny/vue-common": "~2.6.7",
"@opentiny/vue-renderless": "~3.6.6"
"@opentiny/vue-common": "~2.8.0",
"@opentiny/vue-renderless": "~3.8.0"
},

@@ -10,0 +11,0 @@ "license": "MIT",

@@ -20,12 +20,24 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, {

};
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (FunctionConstructor | ObjectConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}, {
disabled: boolean;
tiny_mode_root: boolean;
_constants: Record<string, any>;
checked: boolean;
events: Record<string, any>;
checked: boolean;
} & {
name?: string | undefined;
text?: string | undefined;
modelValue?: unknown;
tiny_mode?: string | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
label?: unknown;
text?: string | undefined;
trueLabel?: string | number | undefined;

@@ -35,10 +47,16 @@ falseLabel?: string | number | undefined;

disabled: boolean;
tiny_mode_root: boolean;
_constants: Record<string, any>;
checked: boolean;
events: Record<string, any>;
checked: boolean;
} & {
name?: string | undefined;
text?: string | undefined;
modelValue?: unknown;
tiny_mode?: string | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
label?: unknown;
text?: string | undefined;
trueLabel?: string | number | undefined;

@@ -48,10 +66,16 @@ falseLabel?: string | number | undefined;

disabled: boolean;
tiny_mode_root: boolean;
_constants: Record<string, any>;
checked: boolean;
events: Record<string, any>;
checked: boolean;
} & {
name?: string | undefined;
text?: string | undefined;
modelValue?: unknown;
tiny_mode?: string | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
label?: unknown;
text?: string | undefined;
trueLabel?: string | number | undefined;

@@ -58,0 +82,0 @@ falseLabel?: string | number | undefined;

@@ -8,2 +8,4 @@ declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{

dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}> & import("@vue/composition-api").Data, {}, {}, Readonly<{

@@ -22,2 +24,4 @@ [x: string]: any;

dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}>, import("@vue/composition-api").Data, {}, {}, {

@@ -24,0 +28,0 @@ [x: string]: any;

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