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.1 to 1.2.2

4

index.d.ts

@@ -21,4 +21,4 @@ //

activityIndicator?: any,
onLoadComplete?: () => void,
onPageChanged?: () => void,
onLoadComplete?: (pageCount: number) => void,
onPageChanged?: (page: number, pageCount: number) => void,
onError?: ()=> void,

@@ -25,0 +25,0 @@ }

{
"name": "react-native-pdf",
"version": "1.2.1",
"version": "1.2.2",
"description": "A react native PDF view component",

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

@@ -11,3 +11,3 @@ # react-native-pdf

* drag and zoom
* first tap for reset zoom and contious tap for zoom in
* first tap for reset zoom and continuous tap for zoom in
* support password protected pdf

@@ -14,0 +14,0 @@

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