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.0.1 to 1.0.2

2

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

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

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

import React, {Component, StyleSheet, View, ViewPagerAndroid, ScrollView, Platform} from 'react-native';
import ReactElement from 'ReactElement';

@@ -112,3 +111,3 @@ const SCROLLVIEW_REF = 'scrollView';

}
return ReactElement.createElement(child.type, newProps);
return React.createElement(child.type, newProps);
});

@@ -115,0 +114,0 @@ }

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