Socket
Socket
Sign inDemoInstall

simple-react-pdf

Package Overview
Dependencies
314
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "simple-react-pdf",
"version": "1.0.7",
"version": "1.0.8",
"description": "Simple PDF React component with vertical scroll bar (pdfjs-dist, ES6 syntax, Babel, Browserify).",

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

@@ -24,4 +24,4 @@ # Description

.SimplePDF {
width: 350px; /* width for box with pdf document should be != 0 */
height: 500px; /* height for box with pdf document should be != 0 */
width: 350px; /* width of pdf document box should be != 0 */
height: 500px; /* height of pdf document box should be != 0 */
border: 1px dashed red; /* optional */

@@ -28,0 +28,0 @@ margin: 15px; /* optional */

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc