Socket
Socket
Sign inDemoInstall

react-native-image-zoomando

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-image-zoomando - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

ImageZoomando.android.js

4

index.js

@@ -1,2 +0,2 @@

import ImageZoomando from './PhotoView'
export default ImageZoomando
import PhotoView from './PhotoView'
export default PhotoView
{
"name": "react-native-image-zoomando",
"version": "1.0.1",
"version": "1.0.2",
"description": "Displaying photos with pinch-to-zoom",

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

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

export default class ImageZoomando extends Component {
export default class PhotoView extends Component {
static propTypes = {

@@ -11,0 +11,0 @@ source: PropTypes.oneOfType([

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

export default class ImageZoomando extends Component {
export default class PhotoView extends Component {
static propTypes = {

@@ -11,0 +11,0 @@ source: PropTypes.oneOfType([

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