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

git-diff-apply

Package Overview
Dependencies
Maintainers
1
Versions
132
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.19.7 to 0.19.8

4

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

@@ -68,4 +68,4 @@ "main": "src",

"renovate-config-standard": "^2.0.0",
"sinon": "^7.0.0"
"sinon": "^8.0.0"
}
}

@@ -252,2 +252,4 @@ 'use strict';

await go();
debug('success');
} catch (_err) {

@@ -291,2 +293,4 @@ err = _err;

if (err) {
debug('failure');
throw err;

@@ -293,0 +297,0 @@ }

@@ -32,2 +32,4 @@ 'use strict';

if (status === 0) {
debug(stdout);
resolve(stdout);

@@ -34,0 +36,0 @@ } else {

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