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.1 to 0.22.2

4

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

@@ -64,3 +64,3 @@ "main": "src",

"git-fixtures": "^2.3.0",
"mocha": "^6.0.2",
"mocha": "^7.0.0",
"mocha-helpers": "^4.0.0",

@@ -67,0 +67,0 @@ "renovate-config-standard": "^2.0.0",

@@ -21,2 +21,3 @@ 'use strict';

const createCustomRemote = require('./create-custom-remote');
const { runWithSpawn } = require('./run');

@@ -226,3 +227,3 @@ const { isGitClean } = gitStatus;

await utils.run(`git clone ${remoteUrl} ${_tmpDir}`);
await runWithSpawn('git', ['clone', remoteUrl, _tmpDir]);

@@ -229,0 +230,0 @@ // needed because we are going to be committing in here

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