at_persistence_secondary_server 2.0.6
at_persistence_secondary_server: ^2.0.6 copied to clipboard
A Dart library with the implementation classes for the persistence layer of the secondary server.
We analyzed this package 31 hours ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Documentation URL doesn't exist.
At the time of the analysis https://atsign.dev/at_docs-dev_env/at_persistence_secondary_server/index.html was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
190 out of 418 API elements (45.5 %) have documentation comments.
Some symbols that are missing documentation: at_persistence_secondary_server, at_persistence_secondary_server.AccessLogKeyStore, at_persistence_secondary_server.AccessLogKeyStore.AccessLogKeyStore.new, at_persistence_secondary_server.AccessLogKeyStore.box, at_persistence_secondary_server.AccessLogKeyStore.delete.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:at_persistence_secondary_server/at_persistence_secondary_server.dartthat imports:package:at_persistence_secondary_server/src/log/commitlog/commit_log_keystore.dartthat imports:package:at_utils/at_utils.dartthat imports:package:at_utils/at_logger.dartthat imports:package:at_utils/src/logging/atsignlogger.dartthat imports:package:at_utils/src/logging/handlers.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 163 issues. Showing the first 2:
ERROR: The name 'AtCompactionConfig' is defined in the libraries 'package:at_commons/src/compaction/at_compaction_config.dart (via package:at_commons/at_commons.dart)' and 'package:at_persistence_spec/src/compaction/at_compaction.dart (via package:at_persistence_secondary_server/at_persistence_secondary_server.dart)'.
lib/src/compaction/at_compaction_job.dart:12:30
╷
12 │ void scheduleCompactionJob(AtCompactionConfig atCompactionConfig) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/compaction/at_compaction_job.dart
ERROR: The name 'AtCompactionConfig' is defined in the libraries 'package:at_commons/src/compaction/at_compaction_config.dart' and 'package:at_persistence_spec/src/compaction/at_compaction.dart (via package:at_persistence_secondary_server/at_persistence_secondary_server.dart)'.
lib/src/compaction/at_compaction_service.dart:16:7
╷
16 │ AtCompactionConfig atCompactionConfig, AtLogType atLogType) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/compaction/at_compaction_service.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
at_commons |
^2.0.4 |
2.0.5 | 5.8.0 | |
at_persistence_spec |
^2.0.0 |
2.0.14 | 3.1.0 | |
at_utf7 |
^1.0.0 |
1.0.0 | 1.0.0 | |
at_utils |
^2.0.4 |
2.0.4 | 3.4.0 | |
cron |
^0.3.0 |
0.3.2 | 0.6.2 | |
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
hive |
^2.0.4 |
2.2.3 | 2.2.3 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
uuid |
^3.0.4 |
3.0.7 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.18.1 | 1.18.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^2.0.4` on at_commons does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions at_commons to update the constraint.
The constraint `^2.0.0` on at_persistence_spec does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions at_persistence_spec to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.8, Dart 3.10.8.
Check the analysis log for details.