Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nativescript-community/ui-pager

Package Overview
Dependencies
Maintainers
20
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/ui-pager - npm Package Compare versions

Comparing version
14.1.31
to
14.1.32
+2
-2
index.android.js

@@ -364,5 +364,5 @@ import { ChangeType, ContentView, Device, Property, ProxyViewContainer, Utils, View, paddingBottomProperty, paddingLeftProperty, paddingRightProperty, paddingTopProperty } from '@nativescript/core';

// without animate we wont go through the delegate
selectedIndexProperty.nativeValueChange(this, index);
selectedIndexProperty.nativeValueChange(this, value);
if (this.indicator) {
this.indicator.setSelection(index, false);
this.indicator.setSelection(value, false);
}

@@ -369,0 +369,0 @@ }

{
"name": "@nativescript-community/ui-pager",
"version": "14.1.31",
"version": "14.1.32",
"description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ",

@@ -70,3 +70,3 @@ "main": "index",

"readmeFilename": "README.md",
"gitHead": "3cd34fcb34c572ac4e83018343f7a0667bc1b60e"
"gitHead": "0c4a3b98f445147c7c596656fa3a60d0f5750f2c"
}