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

@react-pdf/render

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/render - npm Package Compare versions

Comparing version 3.2.8 to 3.3.0

lib/index.cjs

24

package.json
{
"name": "@react-pdf/render",
"version": "3.2.8",
"version": "3.3.0",
"license": "MIT",

@@ -8,4 +8,12 @@ "description": "A render engine for Node and the browser",

"homepage": "https://github.com/diegomura/react-pdf#readme",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
}
},
"repository": {

@@ -17,3 +25,3 @@ "type": "git",

"scripts": {
"test": "jest",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"build": "rimraf ./lib && rollup -c",

@@ -24,8 +32,8 @@ "watch": "rimraf ./lib && rollup -c -w"

"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.0.1",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/textkit": "^4.2.1",
"@react-pdf/fns": "2.1.0",
"@react-pdf/primitives": "^3.1.0",
"@react-pdf/textkit": "^4.3.0",
"@react-pdf/types": "^2.3.5",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
"color-string": "^1.9.1",
"normalize-svg-path": "^1.1.0",

@@ -32,0 +40,0 @@ "parse-svg-path": "^0.1.2",

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