Search⌘ K
AI Features

Dependency Management: JavaScript

Explore techniques for managing JavaScript dependencies securely by using npm. Learn to identify direct and transitive dependencies, audit them for known vulnerabilities, and understand how to work with developers to implement effective patching strategies.

We'll cover the following...

There are many different ways to track JavaScript dependencies. We’ll cover ...