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

@opentiny/vue-float-button

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-float-button - npm Package Compare versions

Comparing version 3.14.0 to 3.14.1

2

lib/index.js

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

});
var version = "3.14.0";
var version = "3.14.1";
FloatButton.install = function(Vue) {

@@ -123,0 +123,0 @@ Vue.component(FloatButton.name, FloatButton);

{
"name": "@opentiny/vue-float-button",
"version": "3.14.0",
"version": "3.14.1",
"description": "",

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

"@opentiny/vue-icon": "~3.14.0",
"@opentiny/vue-renderless": "~3.14.0"
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0"
},

@@ -15,0 +16,0 @@ "license": "MIT",

@@ -255,12 +255,12 @@ export declare const floatButtonProps: {

tiny_mode_root: boolean;
size: string;
trigger: string;
size: string;
icon: string | Record<string, any>;
shape: string;
target: string;
href: string;
resetTime: number;
href: string;
loading: boolean;
open: boolean;
description: string;
shape: string;
open: boolean;
tooltip: string;

@@ -267,0 +267,0 @@ backTop: boolean;

@@ -16,12 +16,12 @@ import type { IFloatButtonApi } from '@opentiny/vue-renderless/types/float-button.type';

tiny_chart_theme?: any;
size?: any;
trigger?: any;
size?: any;
icon?: any;
shape?: any;
target?: any;
href?: any;
resetTime?: any;
href?: any;
loading?: any;
open?: any;
description?: any;
shape?: any;
open?: any;
tooltip?: any;

@@ -45,12 +45,12 @@ backTop?: any;

tiny_chart_theme?: any;
size?: any;
trigger?: any;
size?: any;
icon?: any;
shape?: any;
target?: any;
href?: any;
resetTime?: any;
href?: any;
loading?: any;
open?: any;
description?: any;
shape?: any;
open?: any;
tooltip?: any;

@@ -78,12 +78,12 @@ backTop?: any;

readonly tiny_chart_theme?: any;
readonly size?: any;
readonly trigger?: any;
readonly size?: any;
readonly icon?: any;
readonly shape?: any;
readonly target?: any;
readonly href?: any;
readonly resetTime?: any;
readonly href?: any;
readonly loading?: any;
readonly open?: any;
readonly description?: any;
readonly shape?: any;
readonly open?: any;
readonly tooltip?: any;

@@ -90,0 +90,0 @@ readonly backTop?: 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