-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rdf-canonize
, node versions, and more.
#548
base: main
Are you sure you want to change the base?
Conversation
- **BREAKING**: See the `rdf-canonize` 4.0.0 changelog for **important** changes and upgrade notes. - Update to handle different RDF/JS dataset `BlankNode` format. - Enable pass through of numerous possible `rdf-canonize` options in a `canonize()` `canonizeOptions` parameter. - Update to use `rdf-canonize` options. - The `URDNA2015` default algorithm has been changed to `RDFC-1.0` from `rdf-canon`. - Complexity control defaults `maxWorkFactor` or `maxDeepIterations` may need to be adjusted to process graphs with certain blank node constructs. - A `signal` option is available to use an `AbortSignal` to limit resource usage. - The internal digest algorithm can be changed.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #548 +/- ##
==========================================
+ Coverage 93.63% 93.74% +0.10%
==========================================
Files 24 24
Lines 2986 2989 +3
==========================================
+ Hits 2796 2802 +6
+ Misses 190 187 -3
Continue to review full report in Codecov by Sentry.
|
This pr fixes some security issues. Would be good to update the http library too to the 4.11 version. Is there any way of helping with this or testing the beta branch with the fixes? |
update: I tried myself installing just the newer version of the httpclient on my project and that caused an infinite loop in some cases. This may need some investigation and just updating dependencies may not just cut it |
Would be great if this change could be merged! |
ignore my previous comment the library is safe was one of my changes that had an whoopsie |
No description provided.