document-viewer-ts
Advanced tools
Comparing version 0.7.1-legacy to 1.0.0-legacy
{ | ||
"name": "document-viewer-ts", | ||
"version": "0.7.1-legacy", | ||
"version": "1.0.0-legacy", | ||
"description": "PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript", | ||
"main": "dist/lib/index.js", | ||
"module": "dist/es2015/index.js", | ||
"types": "dist/es2015/index.d.ts", | ||
"module": "dist/es2020/index.js", | ||
"types": "dist/es2020/index.d.ts", | ||
"engines": { | ||
@@ -16,5 +16,4 @@ "node": ">=18.15.0" | ||
"scripts": { | ||
"build": "npm run build-es2015 && npm run build-cjs", | ||
"build-cjs": "tsc -p tsconfig.commonjs.json", | ||
"build-es2015": "tsc -p tsconfig.json", | ||
"build": "npm run build-es2020", | ||
"build-es2020": "tsc -p tsconfig.json", | ||
"build-example": "npm run build && tsc -p tsconfig.example.json && webpack", | ||
@@ -72,3 +71,3 @@ "clean": "rimraf ./dist ./build", | ||
"express": "^4.18.3", | ||
"pdfjs-dist": "3.11.174", | ||
"pdfjs-dist": "4.3.136", | ||
"process": "~0.11.10", | ||
@@ -75,0 +74,0 @@ "react": "^16.9.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
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
35275
13
514
1