ts-node-client 3.4.7 → 3.4.8
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/CHANGELOG.md +6 -0
- package/SECURITY.md +27 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
8
8
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## 3.4.8 - 2026-01-28
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
* bump dependencies and SECURITY
|
|
15
|
+
|
|
16
|
+
|
|
11
17
|
## 3.4.7 - 2025-11-17
|
|
12
18
|
|
|
13
19
|
### Changed
|
package/SECURITY.md
CHANGED
|
@@ -4,9 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
| Version | Supported |
|
|
6
6
|
|---------| ------------------ |
|
|
7
|
-
| 3.
|
|
7
|
+
| 3.4.x | :white_check_mark: |
|
|
8
8
|
| < 3.0 | :x: |
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Contact information
|
|
11
|
+
Contact: mailto:support@trustsource.io
|
|
12
|
+
Contact: https://www.trustsource.io/contact-security
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
## Expiry
|
|
15
|
+
Expires: 2027-01-10T20:00:00.000Z
|
|
16
|
+
|
|
17
|
+
## Our OpenPGP key
|
|
18
|
+
Encryption: https://www.trustsource.io/security-policy
|
|
19
|
+
|
|
20
|
+
## Location where we attest our supporter's success
|
|
21
|
+
Acknowledgments: https://www.trustsource.io/hall-of-fame
|
|
22
|
+
|
|
23
|
+
## Languages
|
|
24
|
+
Preferred-Languages: en, de
|
|
25
|
+
|
|
26
|
+
## Self reference
|
|
27
|
+
Canonical: https://raw.githubusercontent.com/TrustSource/ts-node-client/refs/heads/main/SECURITY.txt
|
|
28
|
+
|
|
29
|
+
## Our security policy
|
|
30
|
+
Policy: https://www.trustsource.io/security-policy
|
|
31
|
+
|
|
32
|
+
## Our Security Job Openings
|
|
33
|
+
Hiring: https://www.trustsource.io/security-jobs
|
|
34
|
+
|
|
35
|
+
## CSAF links
|
|
36
|
+
CSAF: https://trustsource.csaf.trustsource.io/.well-known/csaf/provider-metadata.json
|
package/package.json
CHANGED