jaredly / jaredly/hexo-admin

报错:Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.

Open
#229 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
299
PR merge metrics
No merged PRs in 30d

Description

报错:Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the JavaScript codebase for calls to yaml.safeLoad and inspect how js-yaml is used around each call. Replace the removed API with yaml.load, then run the available project checks to confirm the error no longer occurs.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
web-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.