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 6.7.1 to 6.7.2

4

index.d.ts

@@ -30,3 +30,3 @@ /**

interface Props {
interface PdfProps {
style?: ReactNative.StyleProp<ReactNative.ViewStyle>,

@@ -60,3 +60,3 @@ source: Source | number,

declare class Pdf extends React.Component<Props, any> {
declare class Pdf extends React.Component<PdfProps, any> {
setPage: (pageNumber: number) => void;

@@ -63,0 +63,0 @@ }

@@ -17,3 +17,4 @@ /**

Image,
Text
Text,
requireNativeComponent
} from 'react-native';

@@ -20,0 +21,0 @@ import PdfViewNativeComponent, {

{
"name": "react-native-pdf",
"version": "6.7.1",
"version": "6.7.2",
"summary": "A react native PDF view component",

@@ -31,3 +31,3 @@ "description": "A react native PDF view component, support ios and android platform",

"dependencies": {
"crypto-js": "^3.2.0",
"crypto-js": "4.2.0",
"deprecated-react-native-prop-types": "^2.3.0"

@@ -34,0 +34,0 @@ },

@@ -11,3 +11,3 @@ /**

import React, {Component} from 'react';
import {ScrollView, FlatList, View, StyleSheet} from 'react-native';
import {ScrollView, View, StyleSheet} from 'react-native';
import {ViewPropTypes} from 'deprecated-react-native-prop-types';

@@ -417,2 +417,2 @@ import PropTypes from 'prop-types';

}
});
});

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

'use strict';
import React, {Component} from 'react';
import {

@@ -32,2 +31,2 @@ FlatList,

}
}

@@ -172,2 +172,7 @@ # react-native-pdf

v6.7.2
1. Fixed: fix iOS double tap zoom scrolling
2. Fixed: fix RN 73 compatibility
3. Fixed: bump crypto-js to avoid critical vulnerability
v6.7.1

@@ -174,0 +179,0 @@ 1. Fixed: fix ios project setting

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