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

@react-pdf/pdfkit

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/pdfkit - npm Package Compare versions

Comparing version 3.2.0 to 4.0.0

19

package.json
{
"name": "@react-pdf/pdfkit",
"version": "3.2.0",
"version": "4.0.0",
"license": "MIT",
"description": "A PDF generation library for Node.js",
"type": "module",
"main": "./lib/pdfkit.cjs",
"module": "./lib/pdfkit.js",
"main": "./lib/pdfkit.js",
"browser": {
"./lib/pdfkit.js": "./lib/pdfkit.browser.js",
"./lib/pdfkit.cjs": "./lib/pdfkit.browser.cjs"
"./lib/pdfkit.js": "./lib/pdfkit.browser.js"
},
"exports": {
".": {
"import": "./lib/pdfkit.js",
"require": "./lib/pdfkit.cjs",
"default": "./lib/pdfkit.js"
}
},
"repository": {

@@ -41,7 +32,7 @@ "type": "git",

"@babel/runtime": "^7.20.13",
"@react-pdf/png-js": "^2.3.1",
"@react-pdf/png-js": "^3.0.0",
"browserify-zlib": "^0.2.0",
"crypto-js": "^4.2.0",
"fontkit": "^2.0.2",
"jay-peg": "^1.0.2",
"jay-peg": "^1.1.0",
"vite-compatible-readable-stream": "^3.6.1"

@@ -48,0 +39,0 @@ },

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