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

nativescript-vue-fab

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-vue-fab - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.18](https://github.com/Akylas/nativescript-vue-fab/compare/v1.0.17...v1.0.18) (2020-04-09)
**Note:** Version bump only for package nativescript-vue-fab
## [1.0.17](https://github.com/Akylas/nativescript-vue-fab/compare/v1.0.16...v1.0.17) (2020-04-09)

@@ -8,0 +16,0 @@

2

FabItem.d.ts

@@ -8,3 +8,3 @@ import Fab from './Fab';

get isRight(): boolean;
get position(): string;
get rPosition(): string;
get fabColumns(): "*,auto,auto" | "auto,auto,*";

@@ -11,0 +11,0 @@ get fabButtonCol(): 2 | 0;

@@ -247,3 +247,3 @@ module.exports =

});
Object.defineProperty(FabItem.prototype, "position", {
Object.defineProperty(FabItem.prototype, "rPosition", {
get: function () {

@@ -429,3 +429,3 @@ return this.parentFab.rPosition;

attrs: {
horizontalAlignment: _vm.position,
horizontalAlignment: _vm.rPosition,
columns: _vm.fabColumns,

@@ -432,0 +432,0 @@ width: "100%",

{
"name": "nativescript-vue-fab",
"version": "1.0.17",
"version": "1.0.18",
"description": "A Nativescript Vue component for Floating Action Button",

@@ -27,3 +27,3 @@ "main": "main.js",

},
"gitHead": "5401c551f7d7959dcf46a1767c6a285c65925e5c"
"gitHead": "dc6d547dfb7023829614dc735d1a1b5f2826193c"
}
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