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

@tallcomponents/unopdf-vue

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tallcomponents/unopdf-vue - npm Package Compare versions

Comparing version 1.2.11-d0987ceb to 1.2.11

25

dist/README.md

@@ -84,19 +84,13 @@

The `pdf-application` component manages a session with the PDF Viewer API running in the back-end.
(Thus it corresponds to the `Application` entity of the PDF Web API product.)
The `pdf-application` component is a bridge between the browser and the server-side PDF Viewer API. It manages a session with the API, handles secure communication and authentication, and provides application-level services.
It establishes secure communication between the browser and the back-end storage and provides authentication.
It also offers application-level services, for example:
Key Features:
- Manages secure communication with the server-side PDF Viewer API.
- Provides authentication.
- Offers application-level services such as obtaining a list of all uploaded files and controlling storage functions (e.g., deleting files).
- obtaining a list of all uploaded files
- controlling other storage functions, e.g. deleting files
To use any other component, a `pdf-application` component must be instantiated first. One session can be used for any number of PDF documents.
In order to use any other provided component, a `pdf-application` component must be instantiated.
The `<pdf-application>` element can wrap other components, but this is not required. It has no HTML content and is invisible.
One session can be used for any number of PDF documents.
The `<pdf-application>` element may wrap other components, but this is not required.
The `pdf-application` component has no HTML content, i.e., it is invisible.
## Usage

@@ -110,6 +104,5 @@

To use it without a server, it can be provided a public and private key, but this is less safe.
For security reasons, it's recommended to use it with a server. If used without a server by providing a public and private key, the security could be compromised.
If no public and private key are provided, the component expects an endpoint on the current host with url `/api/sessions` to start a session.
This endpoint can add the keys and fetch a session token from the PDF API.
If no keys are provided, the component expects an endpoint on the current host with url `/api/sessions` to start a session. This endpoint can add the keys and fetch a session token from the PDF API.

@@ -116,0 +109,0 @@ See [Authentication](/guide/authentication/) for more information.

{
"name": "@tallcomponents/unopdf-vue",
"//": "below 'version' is set automatically to the version of unopdf-core, when published from ci",
"version": "1.2.11-d0987ceb",
"version": "1.2.11",
"author": "TallComponents <info@tallcomponents.com>",

@@ -6,0 +6,0 @@ "homepage": "https://unopdf.tallcomponents.com",

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