Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-extended-pdf-viewer

Package Overview
Dependencies
Maintainers
1
Versions
637
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-extended-pdf-viewer - npm Package Compare versions

Comparing version 0.9.13 to 0.9.14

2

package.json
{
"name": "ngx-extended-pdf-viewer",
"version": "0.9.13",
"version": "0.9.14",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "repository": {

@@ -49,3 +49,7 @@ # ngx-extended-pdf-viewer

<ng-template matTabContent>
<ngx-extended-pdf-viewer *ngIf="visible[0]" [src]="'assets/pdfs/BootsFaces_Deep_Dive_1.0.pdf'"> </ngx-extended-pdf-viewer>
<ngx-extended-pdf-viewer
*ngIf="visible[0]"
[src]="'assets/pdfs/BootsFaces_Deep_Dive_1.0.pdf'"
>
</ngx-extended-pdf-viewer>
</ng-template>

@@ -55,3 +59,7 @@ </mat-tab>

<ng-template matTabContent>
<ngx-extended-pdf-viewer *ngIf="visible[1]" [src]="'assets/pdfs/codpaste-teachingpack.pdf'"> </ngx-extended-pdf-viewer>
<ngx-extended-pdf-viewer
*ngIf="visible[1]"
[src]="'assets/pdfs/codpaste-teachingpack.pdf'"
>
</ngx-extended-pdf-viewer>
</ng-template>

@@ -124,3 +132,4 @@ </mat-tab>

```html
<ngx-extended-pdf-viewer src="'assets/example.pdf'" useBrowserLocale="true"> </ngx-extended-pdf-viewer>
<ngx-extended-pdf-viewer src="'assets/example.pdf'" useBrowserLocale="true">
</ngx-extended-pdf-viewer>
```

@@ -186,3 +195,7 @@

```html
<link rel="resource" type="application/l10n" href="https://www.example.com/locale/locale.properties" />
<link
rel="resource"
type="application/l10n"
href="https://www.example.com/locale/locale.properties"
/>
```

@@ -260,1 +273,2 @@

| 0.9.13 | Added some documentation about how to use a `Blob` (e.g. a PDF file downloaded from the server); fixed #21 (progress bar wouldn't hide on any instance of `<ngx-extended-pdf-viewer>`except for the fist instance) |
| 0.9.14 | #24 fixed the IE11 compatibility of [zoom] |

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc