react-native-pdf-view
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"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;}} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
react-native-tab-view |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49279
64
137
0