-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
What / Why
Migrating to
node-gypv8 would remove the packagerequestwhich has multiple warnings related to it.
Related PR nodejs/node-gyp#2220
- a warning about usage of older
Math.random()
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.
- a warning about no longer maintained package
har-validatorusage
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
- a warning about the package itself (
request) being deprecated
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
When
- n/a
Where
- n/a
How
Current Behavior
- n/a
Steps to Reproduce
- n/a
Expected Behavior
- n/a
Who
- n/a
References
- n/a
Metadata
Metadata
Assignees
Labels
No labels