Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-diff-node-modules

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-diff-node-modules

`git diff-node-modules` to see a diff of the local modifications in your node_modules folder

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

git-diff-node-modules

A small executable package that displays a diff over changed files inside your node_modules folders.

An example use-case would be to see a diff after a debugging session where you don't remember every change you did inside your node_modules folder.

installation

global installation is preferred

When installed globally this package will be available as a git subcommand:

$ git diff-node-modules

Requirements

  • Tested only on Linux
  • Node >= 8.10.0
  • package-lock.json or yarn.lock must be present

Usage

  • cd into your project directory
  • edit some files inside node_modules
  • execute git diff-node-modules

Keywords

FAQs

Package last updated on 13 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc