@aaqu/node-red-aaqu-pdf 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,16 @@
1
+ ## Security Disclaimer
2
+
3
+ > This package processes PDF data directly within the main execution context and does not utilize sandboxing, isolated workers, or any form of execution containment.
4
+ Accordingly, it provides **no warranties or representations**, whether express or implied, regarding safety, security, performance, or suitability for handling untrusted, user-supplied, or potentially malicious PDF content.
5
+ >
6
+ > The software is provided **“as is”**, without any guarantees of reliability or protection, and **no assurance** is given that it can safely process adversarial input.
7
+ Use in security-sensitive environments or with sensitive data is **not recommended** unless independent validation, isolation, and appropriate hardening measures are implemented.
1
8
  ## Important Information
2
9
 
3
10
  Your support in the ongoing development of this library would be sincerely appreciated. 🙂
4
11
 
5
12
  [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%23FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black)](https://buymeacoffee.com/mazuralbert)
6
13
 
7
- _**The library requires testing and monitoring of RAM usage.**_
8
-
9
14
  # @aaqu/node-red-aaqu-pdf
10
15
 
11
16
  A [Node-RED](https://nodered.org/) node for operating on a PDF document.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaqu/node-red-aaqu-pdf",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "node-red pdf creator",
5
5
  "scripts": {
6
6
  "node-red": "node-red"