ngx-extended-pdf-viewer
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ngx-extended-pdf-viewer", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "Apache License V2", | ||
@@ -11,3 +11,16 @@ "repository": { | ||
"@angular/core": "^6.0.0-rc.0 || ^6.0.0" | ||
}, | ||
"main": "bundles/ngx-extended-pdf-viewer.umd.js", | ||
"module": "fesm5/ngx-extended-pdf-viewer.js", | ||
"es2015": "fesm2015/ngx-extended-pdf-viewer.js", | ||
"esm5": "esm5/ngx-extended-pdf-viewer.js", | ||
"esm2015": "esm2015/ngx-extended-pdf-viewer.js", | ||
"fesm5": "fesm5/ngx-extended-pdf-viewer.js", | ||
"fesm2015": "fesm2015/ngx-extended-pdf-viewer.js", | ||
"typings": "ngx-extended-pdf-viewer.d.ts", | ||
"metadata": "ngx-extended-pdf-viewer.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.9.0" | ||
} | ||
} |
@@ -15,2 +15,16 @@ # ngx-extended-pdf-viewer | ||
## How to use the library | ||
1. Install the library with npm i ngx-extended-pdf-viewer --save | ||
2. Open the file "angular.json" (or ".angular-cli.json" if you're using an older version of Angular) | ||
and add these two JavaScript files to the "scripts" section: | ||
"scripts": [ | ||
"node_modules/ngx-extended-pdf-viewer/assets/pdf.js", | ||
"node_modules/ngx-extended-pdf-viewer/assets/pdf.worker.js" | ||
] | ||
3. Add "NgxExtendedPdfViewerModule" to the module file. | ||
4. Now you can display the PDF file using "<ngx-extended-pdf-viewer></ngx-extended-pdf-viewer>". | ||
## License and Kudos | ||
@@ -17,0 +31,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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances 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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
4745896
206
146392
37
3
3
13
13
+ Addedtslib@^1.9.0