Is request really needed as dependency?
See original GitHub issueI was wondering if request
is needed as dependency. I think it is in node’s core. Or at least I was able to use it in my small project without any package.json
🤔
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Is this a dependency or devDependency? - With Blue Ink
The real answer is it depends. The choice of where to put each module depends not only on the module itself, but on...
Read more >Dependency Injection vs Request Scope - Stack Overflow
I have an Spring Rest application, in which there's a requirement to get some access token in a service(Annotated with @Service ) class....
Read more >Should you Pin your JavaScript Dependencies?
The pros and cons of dependency pinning for JavaScript/npm. ... probably the biggest decision you need to make is whether to "pin" your...
Read more >How much third-party Java dependencies do you really need
Your project depends on a large number of third-party libraries : all the libraries that you declare as dependencies in the build file...
Read more >Helps reviewers and contributors understand dependency ...
Show NotesDependency Review is a new GitHub Advanced Security feature that allows you to view a “rich diff” of what has changed in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay true. Lets close this 🌂
I think we should keep request as a dependency, cos its uncertain what version of request MagicMirror is using (or will be using)
Imagine if MagicMirror updates their version of request, there is a chance it can break
MMM-awesome-alexa
! 😭