@automattic/jetpack-boost-score-api 0.1.12 → 0.1.14
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 +10 -0
- package/SECURITY.md +11 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.1.14] - 2023-10-19
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#33687]
|
|
11
|
+
|
|
12
|
+
## [0.1.13] - 2023-10-16
|
|
13
|
+
### Changed
|
|
14
|
+
- Updated package dependencies. [#33567, #33569]
|
|
15
|
+
|
|
8
16
|
## [0.1.12] - 2023-10-10
|
|
9
17
|
### Changed
|
|
10
18
|
- Updated package dependencies. [#33428]
|
|
@@ -67,6 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
67
75
|
### Added
|
|
68
76
|
- Create package for the boost score bar API [#30781]
|
|
69
77
|
|
|
78
|
+
[0.1.14]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.13...v0.1.14
|
|
79
|
+
[0.1.13]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.12...v0.1.13
|
|
70
80
|
[0.1.12]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.11...v0.1.12
|
|
71
81
|
[0.1.11]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.10...v0.1.11
|
|
72
82
|
[0.1.10]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.9...v0.1.10
|
package/SECURITY.md
CHANGED
|
@@ -4,11 +4,20 @@ Full details of the Automattic Security Policy can be found on [automattic.com](
|
|
|
4
4
|
|
|
5
5
|
## Supported Versions
|
|
6
6
|
|
|
7
|
-
Generally, only the latest version of Jetpack
|
|
7
|
+
Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions.
|
|
8
8
|
|
|
9
9
|
## Reporting a Vulnerability
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure:
|
|
12
|
+
|
|
13
|
+
* [Jetpack](https://jetpack.com/)
|
|
14
|
+
* Jetpack Backup
|
|
15
|
+
* Jetpack Boost
|
|
16
|
+
* Jetpack CRM
|
|
17
|
+
* Jetpack Protect
|
|
18
|
+
* Jetpack Search
|
|
19
|
+
* Jetpack Social
|
|
20
|
+
* Jetpack VideoPress
|
|
12
21
|
|
|
13
22
|
**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.**
|
|
14
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-boost-score-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "A package to get the Jetpack Boost score of a site",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"test": "jest tests"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@wordpress/i18n": "4.
|
|
23
|
+
"@wordpress/i18n": "4.44.0",
|
|
24
24
|
"zod": "3.22.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@automattic/jetpack-webpack-config": "workspace:*",
|
|
28
|
-
"@typescript-eslint/parser": "
|
|
29
|
-
"eslint": "8.
|
|
28
|
+
"@typescript-eslint/parser": "6.7.5",
|
|
29
|
+
"eslint": "8.51.0",
|
|
30
30
|
"jest": "29.5.0",
|
|
31
31
|
"jest-environment-jsdom": "29.4.3",
|
|
32
32
|
"ts-loader": "9.4.2",
|