corsac_jwt 0.4.0
corsac_jwt: ^0.4.0 copied to clipboard
Lightweight implementation of JSON Web Tokens (JWT).
15
likes
90
/ 110
pub points
92
%
popularity
We analyzed this package on Jan 25, 2021, and awarded it 90 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 44 out of 71 API elements (62.0 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
asn1lib | ^0.8.1 | 0.8.1 | 0.8.1 |
crypto | ^2.1.5 | 2.1.5 | 2.1.5 |
logging | ^0.11.4 | 0.11.4 | 0.11.4 |
pointycastle | ^2.0.0 | 2.0.1 | 2.0.1 |
rsa_pkcs | ^1.1.4 | 1.1.4 | 1.1.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.1.3 | 1.1.3 |
collection | - | 1.14.13 | 1.14.13 |
convert | - | 2.1.1 | 2.1.1 |
typed_data | - | 1.2.0 | 1.2.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.