@react-pdf/font
Advanced tools
Comparing version 2.3.8 to 2.4.0
{ | ||
"name": "@react-pdf/font", | ||
"version": "2.3.8", | ||
"version": "2.4.0", | ||
"license": "MIT", | ||
@@ -13,10 +13,18 @@ "description": "Register font and emoji source for react-pdf document", | ||
}, | ||
"main": "./lib/index.cjs.js", | ||
"module": "./lib/index.es.js", | ||
"type": "module", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.js", | ||
"browser": { | ||
"./lib/index.es.js": "./lib/index.browser.es.js", | ||
"./lib/index.cjs.js": "./lib/index.browser.cjs.js" | ||
"./lib/index.js": "./lib/index.browser.js", | ||
"./lib/index.cjs": "./lib/index.browser.cjs" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.js", | ||
"require": "./lib/index.cjs", | ||
"default": "./lib/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest", | ||
"build": "rimraf ./lib && rollup -c", | ||
@@ -23,0 +31,0 @@ "watch": "rimraf ./lib && rollup -c -w" |
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
46403
Yes
5