Socket
Socket
Sign inDemoInstall

git-kitchen-sink

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-kitchen-sink - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

1

build/lib/errors.d.ts

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

"ERROR: ([\\s\\S]+?)\\n+\\[EPOLICYKEYAGE\\]\\n+fatal: Could not read from remote repository.": GitError;
"fatal: Authentication failed for 'https://": GitError;
"fatal: Authentication failed": GitError;

@@ -37,0 +38,0 @@ "fatal: Could not read from remote repository.": GitError;

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

"ERROR: ([\\s\\S]+?)\\n+\\[EPOLICYKEYAGE\\]\\n+fatal: Could not read from remote repository.": GitError.SSHKeyAuditUnverified,
"fatal: Authentication failed for 'https://": GitError.HTTPSAuthenticationFailed,
"fatal: Authentication failed": GitError.SSHAuthenticationFailed,

@@ -39,0 +40,0 @@ "fatal: Could not read from remote repository.": GitError.SSHPermissionDenied,

6

package.json
{
"name": "git-kitchen-sink",
"version": "1.13.0",
"version": "1.14.0",
"description": "Incorporate Git into your Electron application",

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

"prepublish": "npm run build && npm run test",
"test": "cross-env TEST=1 mocha --require ts-node/register test/*.ts",
"test": "npm run test:fast && npm run test:slow",
"test:fast": "cross-env TEST=1 mocha --require ts-node/register test/fast/*.ts test/auth/*.ts",
"test:slow": "cross-env TEST=1 mocha -t 10000ms --require ts-node/register test/slow/*.ts test/auth/*.ts",
"postinstall": "node ./script/download-git.js"

@@ -19,0 +21,0 @@ },

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