@mikecousins/react-pdf
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "@mikecousins/react-pdf", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Simple React component to wrap up PDF.js. The easiest way to render PDFs in your React app.", | ||
@@ -15,3 +15,3 @@ "author": "mikecousins", | ||
], | ||
"main": "./dist/index.mjs", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -21,8 +21,8 @@ "exports": { | ||
"import": { | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.cts" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.js" | ||
} | ||
@@ -29,0 +29,0 @@ } |
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
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
3
570922