I'm wondering whether anybody has looked more into this.
-
@std/yaml says it's "ported from js-yaml v3.13.1"
-
e18e says "js-yaml appears to be unmaintained and has known spec-compliance issues." They recommend npm:yaml instead, which is also availabe on JSR as @eemeli/yaml
So, should new projects better use @eemeli/yaml? Perhaps @std/yaml should be changed to be a thin wrapper around jsr:@eemeli/yaml? Or am I missing something, does the current code-base have other benefits?
I'm wondering whether anybody has looked more into this.
@std/yamlsays it's "ported from js-yaml v3.13.1"e18e says "js-yaml appears to be unmaintained and has known spec-compliance issues." They recommend
npm:yamlinstead, which is also availabe on JSR as @eemeli/yamlSo, should new projects better use
@eemeli/yaml? Perhaps@std/yamlshould be changed to be a thin wrapper aroundjsr:@eemeli/yaml? Or am I missing something, does the current code-base have other benefits?