instructure / instructure/canvas-rce-api
deprecation warnings
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 22
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
npm WARN skipping integrity check for git dependency ssh://git@github.com/zwily/raven-node.git
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run the npm installation or dependency command that produces the listed warnings, then inspect the project’s dependency declarations to identify the sources of querystring, node-uuid, uuid, and the git dependency warning. Done means the relevant dependencies are addressed and the reported deprecation warnings no longer appear without breaking the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100