Skip to content

compulim/lock-walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lock-walker

Visualize dependency tree in package-lock.json and make it searchable.

Try our hosted version at https://compulim.github.io/lock-walker/.

This app is built with React + Redux + glamor and is run purely in a browser. We will not send your package-lock.json thru the network.

Background

We maintain many open source projects. But from time to time, our projects may eventually depended on outdated dependencies, some may also contains security vulnerabilities.

We built lock-walker in search for an easier way to look at a few things:

  • Find out what packages need to be updated to pass security check
  • De-dupe packages with multiple versions by upgrading some of its dependents
  • Find out what caused version conflicts
  • Make package-lock.json way more useful

Contributions

Like us? Star us.

Want to make it better? File us an issue.

Don't like something you see? Submit a pull request.

About

Visualize dependency tree in package-lock.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published