Socket
Socket
Sign inDemoInstall

react-native-parallax-scroll-view

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.1 to 0.18.2

2

package.json
{
"name": "react-native-parallax-scroll-view",
"version": "0.18.1",
"version": "0.18.2",
"description": "A ScrollView-like component with parallax and sticky header support",

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

@@ -1,9 +0,8 @@

const React = require('react-native');
const {
import React, { Component } from 'react';
import {
Animated,
Component,
Dimensions,
ScrollView,
View
} = React;
} from 'react-native';

@@ -10,0 +9,0 @@ const styles = require('./styles');

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