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

react-native-pdf-view

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pdf-view - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "react-native-pdf-view",
"version": "0.3.1",
"version": "0.3.2",
"description": "A pdf file view component for react native.",

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

'use strict';
import React,{ requireNativeComponent, Component, PropTypes, View } from 'react-native';
import React,{ Component, PropTypes } from 'react';
import { requireNativeComponent, View } from 'react-native';

@@ -4,0 +5,0 @@ class PDFView extends Component {

'use strict';
import React,{ requireNativeComponent, Component, PropTypes, View } from 'react-native';
import React,{ Component, PropTypes } from 'react';
import { requireNativeComponent, View } from 'react-native';

@@ -38,2 +39,2 @@ class PDFView extends Component {

export default PDFView;
export default PDFView;

@@ -93,3 +93,6 @@ # react-native-pdf-view

import React,{
Component,
Component
} from 'react';
import {
StyleSheet,

@@ -105,3 +108,3 @@ View

}
render(){

@@ -108,0 +111,0 @@ <PDFView ref={(pdf)=>{this.pdfView = pdf;}}

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