-
Couldn't load subscription status.
- Fork 4
Open
Description
express-request-queue/package.json
Lines 27 to 34 in b419eb4
| "dependencies": { | |
| "babel-cli": "^6.26.0", | |
| "babel-plugin-transform-class-properties": "^6.24.1", | |
| "babel-plugin-transform-object-rest-spread": "^6.26.0", | |
| "babel-preset-env": "^1.6.1", | |
| "body-parser": "^1.18.2", | |
| "rimraf": "^2.6.2" | |
| }, |
None of this dependencies are actually required for the module to function but including them in dependencies instead of devDependencies means they'll get installed - extraneously - alongside your module and potentially trigger security warning such as #1 .
Metadata
Metadata
Assignees
Labels
No labels