Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-pdf-js

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pdf-js - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

lib/Pdf.js

@@ -310,3 +310,3 @@ 'use strict';

onContentAvailable: _react2.default.PropTypes.func,
onBinaryContentAvailable: _react2.default.PropTypes.func.isRequired,
onBinaryContentAvailable: _react2.default.PropTypes.func,
binaryToBase64: _react2.default.PropTypes.func,

@@ -313,0 +313,0 @@ onDocumentComplete: _react2.default.PropTypes.func,

{
"name": "react-pdf-js",
"version": "1.0.18",
"version": "1.0.19",
"description": "A React component to wrap PDF.js",

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

@@ -209,3 +209,3 @@ import React from 'react';

onContentAvailable: React.PropTypes.func,
onBinaryContentAvailable: React.PropTypes.func.isRequired,
onBinaryContentAvailable: React.PropTypes.func,
binaryToBase64: React.PropTypes.func,

@@ -212,0 +212,0 @@ onDocumentComplete: React.PropTypes.func,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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