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.19.0 to 3.20.0

2

lib/index.js

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

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

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

@@ -37,3 +37,3 @@ import { renderless, api } from '@opentiny/vue-renderless/float-button/vue';

for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1];
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];
target[key] = val;

@@ -40,0 +40,0 @@ }

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

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

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

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

@@ -252,5 +252,5 @@ export declare const floatButtonProps: {

size: string;
href: string;
left: string;
right: string;
href: string;
top: string;

@@ -257,0 +257,0 @@ bottom: string;

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

size?: any;
href?: any;
left?: any;
right?: any;
href?: any;
top?: any;

@@ -36,5 +36,5 @@ bottom?: any;

size?: any;
href?: any;
left?: any;
right?: any;
href?: any;
top?: any;

@@ -69,5 +69,5 @@ bottom?: any;

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

@@ -74,0 +74,0 @@ readonly bottom?: 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