Socket
Socket
Sign inDemoInstall

dugite

Package Overview
Dependencies
Maintainers
6
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dugite - npm Package Compare versions

Comparing version 1.98.0 to 1.99.0

3

build/lib/errors.d.ts

@@ -55,3 +55,4 @@ /** The git errors which can be parsed from failed git commands. */

MergeWithLocalChanges = 51,
RebaseWithLocalChanges = 52
RebaseWithLocalChanges = 52,
MergeCommitNoMainlineOption = 53
}

@@ -58,0 +59,0 @@ /** A mapping from regexes to the git error they identify. */

@@ -61,2 +61,3 @@ "use strict";

GitError[GitError["RebaseWithLocalChanges"] = 52] = "RebaseWithLocalChanges";
GitError[GitError["MergeCommitNoMainlineOption"] = 53] = "MergeCommitNoMainlineOption";
})(GitError = exports.GitError || (exports.GitError = {}));

@@ -120,3 +121,4 @@ /** A mapping from regexes to the git error they identify. */

'error: Your local changes to the following files would be overwritten by merge:\n': GitError.MergeWithLocalChanges,
'error: cannot (pull with rebase|rebase): You have unstaged changes\\.\n\\s*error: [Pp]lease commit or stash them\\.': GitError.RebaseWithLocalChanges
'error: cannot (pull with rebase|rebase): You have unstaged changes\\.\n\\s*error: [Pp]lease commit or stash them\\.': GitError.RebaseWithLocalChanges,
'error: commit (.+) is a merge but no -m option was given': GitError.MergeCommitNoMainlineOption
};

@@ -123,0 +125,0 @@ /**

{
"name": "dugite",
"version": "1.98.0",
"version": "1.99.0",
"description": "Elegant bindings for Git",

@@ -5,0 +5,0 @@ "main": "./build/lib/index.js",

Sorry, the diff of this file is not supported yet

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