cleanup(deps): Consideration of removing an unnecessary dependency (abort-controller) #2211
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
type: cleanup
An internal cleanup or hygiene concern.
Hi,
I'm doing research on detecting unnecessary dependencies in NodeJs packages. I found that one dependency (abort-controller) is not necessary for your package.
I modified the
package.json
file to remove theabort-controller
dependency, and I ran your tests. The testing result showed that all tests passed, and the test coverage did not change before and after I removed this dependency.Would you consider removing this dependency to enhance security and reduce maintenance costs?
The text was updated successfully, but these errors were encountered: