Developer Community
This developer community is a place to share insights and ask questions about dependencies, security risks, and AppSec solutions. If you are an existing Mend.io customer, please reach out to support.
Recent Questions
I keep getting 404 when trying to install an npm package. Why is that?
I've been trying to install a package (@angular/cli/latest) and I keep getting the error: "code E404 npm ERR! 404 Not Found". What can I do to fix it?Asked a year ago
3
Answers
6.9k
Views
How do I find all the installed dependency packages for a particular package in npm?
I've been coding for a couple of years now (primarily in Java) but I've recently made the switch to web and I'm using nodeJs. I can see that there's a wide usage of dependencies and packages, so I'd like to know which packages depend on each other, so I can remove the redundant ones. Asked a year ago
2
Answers
3.4k
Views
How can I ensure that Docker containers running Python and Node.js components communicate effectively?
I have Docker containers running both Python and Node.js components in my application. How can I ensure effective communication and data exchange between these containers?Asked a day ago
1
Answers
826
Views
What strategies can I use to optimize Docker image layers and minimize rebuild times for frequently updated applications?
My application frequently receives updates, and I want to optimize Docker image layers to minimize rebuild times. What strategies can I use to achieve this?Asked a day ago
1
Answers
509
Views
How to enforce consistent linting and formatting rules in a JavaScript project?
I want to maintain code quality in my JavaScript project by enforcing linting and formatting rules. How can I ensure consistent adherence to these rules throughout the project?Asked a day ago
1
Answers
414
Views
What are the best practices for minimizing the size of Docker images?
When building Docker images, I want to ensure they're as small as possible to optimize deployment. What are the best practices for minimizing the size of Docker images?Asked a day ago
1
Answers
545
Views
How to publish a private Python package to a package registry?
I've developed a Python package that I want to keep private but still share with my team. How can I publish a private Python package to a package registry, ensuring it's accessible only to authorized users?Asked a day ago
1
Answers
421
Views
How can I switch between Python versions managed by pyenv on a per-project basis?
I'm using pyenv to manage Python versions on my system, but I need to switch between Python versions for different projects. How can I set up and manage pyenv on a per-project basis to ensure the right Python version for each project?Asked a day ago
1
Answers
864
Views
How to use Yarn's resolutions field to specify package versions in a monorepo?
I'm working on a monorepo project using Yarn, and I've heard about the "resolutions" field. How can I use Yarn's "resolutions" field to specify package versions within my monorepo effectively?Asked 4 days ago
1
Answers
833
Views
How can I distribute my Python library as a Wheel package?
So I need to distribute my Python library efficiently, and I've heard about Wheel packages. How can I package and distribute my Python library as a Wheel package, and what are the advantages of doing so?Asked 4 days ago
1
Answers
742
Views