Closed
Description
Due to some packages such as regl/splom, plotly.js makes us download/use uneeded and deprecated dependencies such as left-pad
while they are not even needed. (See gl-vis/regl-splom#18)
When installing through npm I get the following warnings:
npm WARN deprecated [email protected]: This is not needed anymore. Use
require('os').homedir()
instead.
npm WARN deprecated [email protected]: use String.prototype.padStart()
I think it would do good to the project to clean such dependencies.
Metadata
Metadata
Assignees
Labels
No labels