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

git-diff-archive

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-diff-archive - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

package.json
{
"name": "git-diff-archive",
"version": "0.2.2",
"version": "0.2.3",
"description": "Archive of the diff files using node.js and git.",

@@ -31,3 +31,4 @@ "main": "index.js",

"bin": {
"git_diff_archive": "bin/git_diff_archive"
"git_diff_archive": "bin/git_diff_archive",
"gda": "bin/gda"
},

@@ -34,0 +35,0 @@ "dependencies": {

4

README.md

@@ -25,3 +25,3 @@ git-diff-archive

Go to the working directory.
Then, run the `git_diff_archive` command.
Then, run the `git_diff_archive` or `gda` command.

@@ -31,2 +31,4 @@ ```bash

$ git_diff_archive HEAD HEAD~5
# or
$ gda HEAD HEAD~5
```

@@ -33,0 +35,0 @@

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