Socket
Socket
Sign inDemoInstall

git-diff-apply

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-diff-apply - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

2

package.json
{
"name": "git-diff-apply",
"version": "0.22.0",
"version": "0.22.1",
"description": "Use an unrelated remote repository to apply a git diff",

@@ -5,0 +5,0 @@ "main": "src",

@@ -180,3 +180,3 @@ 'use strict';

await utils.run(`git remote add ${tempBranchName} ${_tmpDir}`, { cwd });
await utils.run(`git fetch ${tempBranchName}`, { cwd });
await utils.run(`git fetch --no-tags ${tempBranchName}`, { cwd });

@@ -183,0 +183,0 @@ try {

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