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.5.3 to 1.5.4

2

nativescript-slides.js

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

if (_this.pageIndicators) {
absolute_layout_1.AbsoluteLayout.setTop(_this._footer, topOffset);
_this._footer.marginTop = '88%';
}

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

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

if (this.pageIndicators) {
AbsoluteLayout.setTop(this._footer, topOffset);
this._footer.marginTop = <any>'88%';
}

@@ -266,0 +266,0 @@ this.currentPanel.panel.translateX = -this.pageWidth;

{
"name": "nativescript-slides",
"version": "1.5.3",
"version": "1.5.4",
"description": "NativeScript Slides plugin.",

@@ -70,7 +70,6 @@ "main": "nativescript-slides.js",

"devDependencies": {
"typescript": "^1.8.7"
"typescript": "^1.8.7",
"tns-platform-declarations": "^2.0.0"
},
"dependencies": {
"tns-platform-declarations": "^2.0.0"
}
"dependencies": {}
}

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