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
0
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.18.0 to 3.19.0

2

lib/index.js

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

});
var version = "3.18.0";
var version = "3.19.0";
FloatButton.install = function(Vue) {

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

{
"name": "@opentiny/vue-float-button",
"version": "3.18.0",
"version": "3.19.0",
"description": "",

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

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

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

@@ -254,2 +254,3 @@ export declare const floatButtonProps: {

right: string;
href: string;
top: string;

@@ -261,3 +262,2 @@ bottom: string;

resetTime: number;
href: string;
loading: boolean;

@@ -264,0 +264,0 @@ description: string;

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

right?: any;
href?: any;
top?: any;

@@ -22,3 +23,2 @@ bottom?: any;

resetTime?: any;
href?: any;
loading?: any;

@@ -39,2 +39,3 @@ description?: any;

right?: any;
href?: any;
top?: any;

@@ -52,3 +53,2 @@ bottom?: any;

resetTime?: any;
href?: any;
loading?: any;

@@ -73,2 +73,3 @@ description?: any;

readonly right?: any;
readonly href?: any;
readonly top?: any;

@@ -86,3 +87,2 @@ readonly bottom?: any;

readonly resetTime?: any;
readonly href?: any;
readonly loading?: any;

@@ -89,0 +89,0 @@ readonly description?: 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