Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-slides

Package Overview
Dependencies
Maintainers
3
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 2.1.4 to 2.1.5

4

nativescript-slides.js

@@ -227,4 +227,4 @@ "use strict";

this.showRightSlide(this.currentPanel).then(function () {
_this.setupPanel(_this.currentPanel.right);
_this.triggerChangeEventRightToLeft();
_this.setupPanel(_this.currentPanel.right);
});

@@ -242,4 +242,4 @@ };

this.showLeftSlide(this.currentPanel).then(function () {
_this.setupPanel(_this.currentPanel.left);
_this.triggerChangeEventLeftToRight();
_this.setupPanel(_this.currentPanel.left);
});

@@ -246,0 +246,0 @@ };

@@ -234,4 +234,4 @@ require("nativescript-dom");

this.showRightSlide(this.currentPanel).then(() => {
this.setupPanel(this.currentPanel.right);
this.triggerChangeEventRightToLeft();
this.setupPanel(this.currentPanel.right);
});

@@ -249,4 +249,4 @@ }

this.showLeftSlide(this.currentPanel).then(() => {
this.setupPanel(this.currentPanel.left);
this.triggerChangeEventLeftToRight();
this.setupPanel(this.currentPanel.left);
});

@@ -602,2 +602,2 @@ }

}
}
}
{
"name": "nativescript-slides",
"version": "2.1.4",
"version": "2.1.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