@react-pdf/render
Advanced tools
Comparing version 3.2.8 to 3.3.0
{ | ||
"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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
158567
3726
Yes
1
+ Added@react-pdf/fns@2.1.0(transitive)
- Removed@react-pdf/fns@2.0.1(transitive)
Updated@react-pdf/fns@2.1.0
Updated@react-pdf/primitives@^3.1.0
Updated@react-pdf/textkit@^4.3.0
Updatedcolor-string@^1.9.1