Issue
The https package has no content (https://npmx.dev/package/https) but found in almost 2000 other published packages as a dependency. https has over 3m download/week.
Cause is most likely a confusion with built-in node:https.
See this example of adding node components to deps.
Suggestion
Add e18e lint rule to remove https from package.json.
Issue
The
httpspackage has no content (https://npmx.dev/package/https) but found in almost 2000 other published packages as a dependency.httpshas over 3m download/week.Cause is most likely a confusion with built-in
node:https.See this example of adding node components to deps.
Suggestion
Add e18e lint rule to remove
httpsfrompackage.json.