github
The github API for Haskell (by haskell-github)
libjwt-typed
A Haskell implementation of JSON Web Token (JWT) (by marcin-rzeznicki)
github | libjwt-typed | |
---|---|---|
1 | 1 | |
426 | 36 | |
0.0% | - | |
6.5 | 0.0 | |
6 days ago | over 1 year ago | |
Haskell | HTML | |
BSD 3-clause "New" or "Revised" License | Multics License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
github
Posts with mentions or reviews of github.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-12.
-
The aeson vulnerability has been fixed in aeson-2.0.1.0
still works. In my experience so far, you only need to worry if you define your own combinators, e.g. like in https://github.com/phadej/github/commit/dd3dfbccaf4de4c3095b52fefb52c6b3c961a8f8
libjwt-typed
Posts with mentions or reviews of libjwt-typed.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-12.
-
The aeson vulnerability has been fixed in aeson-2.0.1.0
I benchmarked my jose library (using the benchmark suite from https://github.com/marcin-rzeznicki/libjwt-typed, which uses criterion); the JSON objects involved are small (< 8 members) and the performance difference is negligible - perhaps slightly faster (don't have to allocate a vector of hash buckets, most of which are unused). I haven't benchmarked performance with huge numbers of members but it's O(1) [amortised, degrading to O(n) for pathological inputs] -> O(log n), so I would expect a small performance decrease for objects with >> 8 members.
What are some alternatives?
When comparing github and libjwt-typed you can also consider the following projects:
strive - :bicyclist: A Haskell client for the Strava V3 API.
Propeller - Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
themoviedb - Simple Haskell library that provides functions for retrieving movie metadata from TheMovieDB
swagger-petstore - swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
snowflake-core - twitter's snowflake in haskell
react-spaces - React components that allow you to divide a page or container into nestable anchored, scrollable and resizable spaces.