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 1.2.6 to 1.2.7

2

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

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

@@ -33,5 +33,10 @@ # react-native-pdf

v1.2.7
1. Improve scrolling animation iOS #25
2. When password error, call onError iOS/Android #26
v1.2.5/v1.2.6
1. improve animation when at pdf head/end iOS #23
1. Improve scrolling animation when at pdf head/end iOS #23

@@ -49,13 +54,2 @@ v1.2.4

v1.2.2
1. Fix crash when scale is bigger #4
2. Improve pan operation when page=1 #15
3. Fix TypeScript definitions (onLoadComplete and onPageChanged) #16
v1.2.1
1. add METHOD and HEADERS support for network pdf
[[more]](https://github.com/wonday/react-native-pdf/releases)

@@ -191,3 +185,3 @@

| spacing | number | 10 | draw page breaker | ✔ | ✔ |
| password | string | "" | pdf password | ✔ | ✔ |
| password | string | "" | pdf password, if password error, will call OnError() with message "Password required or incorrect password." | ✔ | ✔ |
| style | object | {backgroundColor:"#eee"} | support normal view style, you can use this to set border/spacing color... | ✔ | ✔ |

@@ -194,0 +188,0 @@ | activityIndicator | Component | ProgressBar | when loading show it as an indicator | ✔ | ✔ |

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

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