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
636
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.3 to 0.9.4

2

package.json
{
"name": "ngx-extended-pdf-viewer",
"version": "0.9.3",
"version": "0.9.4",
"license": "Apache License V2",

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

@@ -77,3 +77,5 @@ # ngx-extended-pdf-viewer

```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>
```

@@ -83,3 +85,3 @@

Currently, the library is in a very early stage, so there's almost nothing to configure.
Do you miss a configuration option? File an issue on the [project bug tracker](https://github.com/stephanrauh/ExploringAngular/tree/master/embedding-pdf). If the base library [pdf.js] supports the requested option, I'll probably add it. BTW, you can speed up the process by providing a code snippet telling me how to implement the feature.

@@ -122,3 +124,5 @@ | _Attribute_ | _mandatory?_ | _default value_ | _description_ |

```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">
```

@@ -133,3 +137,5 @@

```html
<script type="application/l10n">{"default_locale":"de","locales":{"de": ... }}</script>
<script type="application/l10n">
{"default_locale":"de","locales":{"de": ... }}
</script>
```

@@ -160,3 +166,3 @@

Have a look at https://github.com/stephanrauh/ngx-extended-pdf-viewer/blob/master/README.md
Have a look at https://github.com/stephanrauh/ngx-extended-pdf-viewer/blob/master/README.md. That's a very long list of steps, but that shouldn't stop you. I've tried to jot down every single action as meticulously as possible. So chances are you can update the library to a newer version of Mozilla's pdf.js but just following all these steps. If you do, please consider going the extra mile and submitting a pull request to this project.

@@ -186,1 +192,2 @@ ## License and Kudos

| 0.9.3 | removed debug code |
| 0.9.4 | improved the documentation |
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