@eldrex/papyr-charts 3.0.3 → 3.0.4
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.
- package/README.md +11 -0
- package/dist/papyr-charts.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -103,7 +103,18 @@ npm install @eldrex/papyr
|
|
|
103
103
|
import { papyr } from '@eldrex/papyr';
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
+
## 🛡️ Security & Network Disclosure
|
|
107
|
+
|
|
108
|
+
Papyr is a front-end framework running client-side in the user's browser. It includes standard, developer-facing AJAX wrapper utilities (`papyr.api.get`, `papyr.api.post`, and `papyr.fetch`) that reference the native browser `fetch()` API.
|
|
109
|
+
|
|
110
|
+
Because the compiled JavaScript bundles contain these standard `fetch()` API calls, static security analysis scanners (such as **Socket**) will flag the packages with a **Network Access / Supply Chain Security** alert.
|
|
111
|
+
|
|
112
|
+
Please rest assured:
|
|
113
|
+
- Papyr **does not** contain any telemetry, tracking, background logging, or malicious data transmission code.
|
|
114
|
+
- Network references are solely wrapper declarations provided to simplify HTTP requests for your application code.
|
|
115
|
+
|
|
106
116
|
---
|
|
107
117
|
|
|
108
118
|
## 📄 License
|
|
109
119
|
Papyr.js is distributed under the [MIT License](https://github.com/EldrexDelosReyesBula/PapyrusJS/blob/main/LICENSE).
|
|
120
|
+
|
package/dist/papyr-charts.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* PAPYR STATIC SITE LIBRARY - UI & Layout Modular Bundle
|
|
3
|
-
* v3.0.
|
|
3
|
+
* v3.0.4 - Core Reactivity, SPA Routing, Layouts, Design Engine, and Premium UI Components
|
|
4
4
|
* Released under MIT License.
|
|
5
5
|
*/
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eldrex/papyr-charts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Reactive charts plugin for Papyr.js",
|
|
5
5
|
"main": "dist/papyr-charts.js",
|
|
6
6
|
"module": "dist/papyr-charts.esm.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"LICENSE"
|
|
12
12
|
],
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@eldrex/papyr": "^3.0.
|
|
14
|
+
"@eldrex/papyr": "^3.0.4"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"charts",
|