I found that three transitive dependencies are not used in your package, according to your tests. So I modified the package-lock.json file that excludes the useless dependencies. Would you consider removing useless dependencies from your package, so that developers do not need to install them when they use your package?
The three transitive dependencies are:
string_decoder
safe-buffer
util-deprecate
Hi,
I found that three transitive dependencies are not used in your package, according to your tests. So I modified the package-lock.json file that excludes the useless dependencies. Would you consider removing useless dependencies from your package, so that developers do not need to install them when they use your package?
The three transitive dependencies are: string_decoder safe-buffer util-deprecate