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.2 to 1.4.3

6

nativescript-slides.js

@@ -205,4 +205,6 @@ "use strict";

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

@@ -209,0 +211,0 @@ _this.currentPanel.panel.translateX = -_this.pageWidth;

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

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

@@ -206,0 +206,0 @@

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