New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-pdf

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pdf - npm Package Compare versions

Comparing version 3.0.13 to 3.0.14

2

package.json
{
"name": "react-native-pdf",
"version": "3.0.13",
"version": "3.0.14",
"description": "A react native PDF view component",

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

@@ -46,2 +46,3 @@ /**

page: PropTypes.number,
scale: PropTypes.number,
width: PropTypes.number,

@@ -48,0 +49,0 @@ height: PropTypes.number

@@ -233,2 +233,3 @@ /**

page={item.key + 1}
scale={this.state.scale}
width={this._getPageWidth()}

@@ -235,0 +236,0 @@ height={this._getPageHeight()}

@@ -37,2 +37,5 @@ # react-native-pdf

v3.0.14
1. fix in iPad can not zoom problem(offset still has problem, but zoom works)
v3.0.13

@@ -39,0 +42,0 @@ 1. fix in iPad layout not center problem

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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