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

react-native-light-box

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-light-box - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

11

Lightbox.js

@@ -6,13 +6,8 @@ /**

var React = require('react');
var {
Children,
cloneElement,
PropTypes,
} = React;
var {
import React, { Children, cloneElement, PropTypes } from 'react';
import {
Animated,
TouchableHighlight,
View,
} = require('react-native');
} from 'react-native';
var TimerMixin = require('react-timer-mixin');

@@ -19,0 +14,0 @@

@@ -6,7 +6,4 @@ /**

var React = require('react');
var {
PropTypes,
} = React;
var {
import React, { Component, PropTypes } from 'react';
import {
Animated,

@@ -22,3 +19,3 @@ Dimensions,

View,
} = require('react-native');
} from 'react-native';

@@ -25,0 +22,0 @@ var WINDOW_HEIGHT = Dimensions.get('window').height;

{
"name": "react-native-light-box",
"version": "0.6.1",
"description": "Images etc in Full Screen Lightbox Popovers for React Native",
"version": "0.6.2",
"description": "Lightbox scene transition for React Native http://plan.xyz",
"main": "Lightbox.js",

@@ -6,0 +6,0 @@ "scripts": {

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