@react-pdf/pdfkit
Advanced tools
Comparing version 3.2.0 to 4.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Obfuscated code
Supply chain riskObfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
1
1023347
5
84362
+ Added@react-pdf/png-js@3.0.0(transitive)
- Removed@react-pdf/png-js@2.3.1(transitive)
Updated@react-pdf/png-js@^3.0.0
Updatedjay-peg@^1.1.0