Is it possible to determine whether my project contains any secret dependencies?
Hi Darran,
You can use the npm ls --depth=0
command to check for private dependencies in your project.
Is it possible to determine whether my project contains any secret dependencies?
Hi Darran,
You can use the npm ls --depth=0
command to check for private dependencies in your project.