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

nativescript-slides

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-slides - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

4

nativescript-slides.js

@@ -443,7 +443,6 @@ "use strict";

var footerInnerWrap = new stack_layout_1.StackLayout();
var topOffset = Platform.screen.mainScreen.heightDIPs - 105;
footerInnerWrap.height = 50;
this.setwidthPercent(footerInnerWrap, 100);
absolute_layout_1.AbsoluteLayout.setLeft(footerInnerWrap, 0);
absolute_layout_1.AbsoluteLayout.setTop(footerInnerWrap, topOffset);
absolute_layout_1.AbsoluteLayout.setTop(footerInnerWrap, 0);
footerInnerWrap.orientation = 'horizontal';

@@ -460,2 +459,3 @@ footerInnerWrap.verticalAlignment = 'top';

activeIndicator.opacity = 0.9;
footerInnerWrap.marginTop = "88%";
return footerInnerWrap;

@@ -462,0 +462,0 @@ };

@@ -199,6 +199,6 @@ import * as app from 'application';

// if (this.pageIndicators) {
this._footer = this.buildFooter(slides.length, 0);
this.insertChild(this._footer, this.getChildrenCount());
// this.setActivePageIndicator(0);
// if (this.pageIndicators) {
this._footer = this.buildFooter(slides.length, 0);
this.insertChild(this._footer, this.getChildrenCount());
// this.setActivePageIndicator(0);
//}

@@ -462,3 +462,3 @@

let footerInnerWrap = new StackLayout();
const topOffset = Platform.screen.mainScreen.heightDIPs - 105;
footerInnerWrap.height = 50;

@@ -468,3 +468,3 @@

AbsoluteLayout.setLeft(footerInnerWrap, 0);
AbsoluteLayout.setTop(footerInnerWrap, topOffset);
AbsoluteLayout.setTop(footerInnerWrap, 0);

@@ -484,2 +484,5 @@ footerInnerWrap.orientation = 'horizontal';

activeIndicator.opacity = 0.9;
footerInnerWrap.marginTop = <any>"88%";
return footerInnerWrap;

@@ -486,0 +489,0 @@ }

{
"name": "nativescript-slides",
"version": "1.4.4",
"version": "1.4.5",
"description": "NativeScript Slides plugin.",

@@ -5,0 +5,0 @@ "main": "nativescript-slides.js",

Sorry, the diff of this file is not supported yet

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