@shgysk8zer0/polyfills 0.8.3 → 0.8.5
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/.pre-commit-config.yaml +12 -0
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
- package/SECURITY.md +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v0.8.5] - 2026-06-15
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Implement security changes provided by SecurityStep
|
|
14
|
+
|
|
15
|
+
## [v0.8.4] - 2026-06-12
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Fix location of `SECURITY.md`
|
|
19
|
+
|
|
10
20
|
## [v0.8.3] - 2026-06-12
|
|
11
21
|
|
|
12
22
|
### Added
|
package/package.json
CHANGED
package/SECURITY.md
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# Security Policy
|
|
2
|
-
|
|
3
|
-
## Reporting a Vulnerability
|
|
4
|
-
Please do not report security vulnerabilities via public GitHub issues or pull requests.
|
|
5
|
-
|
|
6
|
-
Instead, please use the native **Private Vulnerability Reporting** feature on this repository:
|
|
7
|
-
1. Navigate to the main page of the repository.
|
|
8
|
-
2. Click the **Security** tab.
|
|
9
|
-
3. On the left sidebar, click **Vulnerabilities**.
|
|
10
|
-
4. Click **Report a vulnerability** to submit a private report.
|