@react-pdf/fns
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@react-pdf/fns", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -8,4 +8,12 @@ "description": "React-pdf helper functions", | ||
"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", | ||
@@ -20,0 +28,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
Yes
14624
4
1