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

rn-viewpager

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-viewpager - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "rn-viewpager",
"version": "1.1.0",
"version": "1.1.1",
"description": "ViewPager component for react-native, same api on both android and ios.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,4 +11,7 @@ # React-Native-ViewPager

## Preview
<p>
<img src="./imgs/preview.png" width="300">
<img src="./imgs/tabPreview.png" width="300">
</p>

@@ -15,0 +18,0 @@ ## Build and run the demo

@@ -42,2 +42,3 @@ /**

indicator && indicator.onPageScroll && indicator.onPageScroll(params);
this.props.onPageScroll && this.props.onPageScroll(params);
}

@@ -48,2 +49,3 @@

indicator && indicator.onPageSelected && indicator.onPageSelected(params);
this.props.onPageSelected && this.props.onPageSelected(params);
}

@@ -70,2 +72,2 @@

}
});
});

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