New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-fast-pdf

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fast-pdf

react-fast-pdf

  • 1.0.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.8K
decreased by-80.61%
Maintainers
0
Weekly downloads
 
Created
Source

react-fast-pdf

Awesome PDF viewer, that combines the best of others into one tool.

Example

Features

  • Simple usage.
  • Loads/previews PDF files of any size.
  • Performance optimized.
  • Easy customized.
  • Support by Expensify.

Local testing

Actually, for testing changes locally, we need to connect example to the code from src directory (NPM by default).

Update a few fields in example directory:

  1. package.json:
-"react-fast-pdf": "^1.*"
+"react-fast-pdf": "../src"
  1. tsconfig.json:
-"rootDir": "./src"
+"rootDir": "../"
  1. Run npm i in the directory. It should update package-lock.json.

The final result has to look like in this commit.

Deploying

This repo automatically publishes to NPM when PRs are merged to main.

Contributing

Right now, contributions to this library are done under https://github.com/Expensify/App. Please refer to that repo and all it's guidelines for contributing.

Keywords

FAQs

Package last updated on 06 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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