Socket
Socket
Sign inDemoInstall

@ldn0x7dc/react-native-view-pager

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

4

library/ViewPager.js

@@ -50,3 +50,3 @@ import React, { PropTypes, Component } from 'react';

this.currentPage; //not initialized
this.currentPage; //Do not initialize to make onPageSelected(0) be dispatched
this.pageCount = 0;

@@ -182,3 +182,3 @@ this.initialPageSettled = false;

this.initialPageSettled = true;
this.scrollToPage(this.props.initialPage);
this.scrollToPage(this.props.initialPage, true);
}

@@ -185,0 +185,0 @@ }

{
"name": "@ldn0x7dc/react-native-view-pager",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "library/ViewPager.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc