Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 1.4.4

8

nativescript-slides.js

@@ -187,3 +187,3 @@ "use strict";

}
if (_this.androidTranslucentStatusBar === true || _this._androidTranslucentNavBar === true && app.android && Platform.device.sdkVersion >= '19') {
if (app.android && _this.androidTranslucentStatusBar === true || _this._androidTranslucentNavBar === true && Platform.device.sdkVersion >= '19') {
var window_1 = app.android.startActivity.getWindow();

@@ -206,6 +206,4 @@ if (_this._androidTranslucentStatusBar === true) {

});
if (_this.pageIndicators) {
_this._footer = _this.buildFooter(slides_1.length, 0);
_this.insertChild(_this._footer, _this.getChildrenCount());
}
_this._footer = _this.buildFooter(slides_1.length, 0);
_this.insertChild(_this._footer, _this.getChildrenCount());
_this.currentPanel = _this.buildSlideMap(slides_1);

@@ -212,0 +210,0 @@ _this.currentPanel.panel.translateX = -_this.pageWidth;

@@ -174,3 +174,3 @@ import * as app from 'application';

// Android Translucent bars API >= 19 only
if (this.androidTranslucentStatusBar === true || this._androidTranslucentNavBar === true && app.android && Platform.device.sdkVersion >= '19') {
if (app.android && this.androidTranslucentStatusBar === true || this._androidTranslucentNavBar === true && Platform.device.sdkVersion >= '19') {
let window = app.android.startActivity.getWindow();

@@ -200,7 +200,7 @@

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);
//}

@@ -207,0 +207,0 @@

{
"name": "nativescript-slides",
"version": "1.4.3",
"version": "1.4.4",
"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