New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-swiper-animated

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-swiper-animated - npm Package Compare versions

Comparing version

to
0.0.2

2

package.json
{
"name": "react-native-swiper-animated",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tinder-like swiper for react-native",

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

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

children: PropTypes.array,
styles: PropTypes.any,
style: PropTypes.any,
loop: PropTypes.bool,

@@ -85,3 +85,3 @@ allowGestureTermination: PropTypes.bool,

children: [],
styles: {},
style: {},
loop: false,

@@ -499,3 +499,3 @@ allowGestureTermination: true,

render() {
const { stack, showPagination, styles: propStyle } = this.props;
const { stack, showPagination, style: propStyle } = this.props;

@@ -502,0 +502,0 @@ return (