New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@axosoft/nodegit

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axosoft/nodegit - npm Package Versions

1
46
9

0.27.0-electron-10.1.0

Diff
gk-dev
published 0.27.0-electron-10.1.0 •
gk-dev
published 0.27.0-electron-9.2.0 •
gk-dev
published 0.27.0 •

Changelog

Source

<a name="v0-27-0" href="#v0-27-0">v0.27.0</a> (2020-07-28)

Full Changelog

Summary of changes
  • Expose git_remote_rename
  • Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
  • Replace unmaintained request library with got
  • Remove promisify-node and use vanilla promises for all NodeGit promises
  • Prebuilds for Node 14, deprecate Node 8
  • Persist RemoteCallbacks and ProxyOptions on the remote if using Remote.prototype.connect. This fixes a segfault when using any routines on a connected remote.

####Merged PRs into NodeGit

gk-dev
published 0.27.0-alpha.1-electron-8.4.1 •
gk-dev
published 0.27.0-alpha.1-electron-7.3.2 •
gk-dev
published 0.27.0-alpha.1-electron-9.1.0 •
gk-dev
published 0.27.0-alpha.1 •

Changelog

Source

<a name="v0-27-0-alpha-1" href="#v0-27-0-alpha-1">v0.27.0-alpha.1</a> (2020-03-26)

Full Changelog

Summary of changes
  • Expose git_remote_rename
  • Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
  • Replace unmaintained request library with got
  • Remove promisify-node and use vanilla promises for all NodeGit promises
Merged PRs into NodeGit
gk-dev
published 0.26.5 •

Changelog

Source

<a name="v0-26-5" href="#v0-26-5">v0.26.5</a> (2020-02-27)

Full Changelog

Summary of changes
  • Bring in improvement to client certificate handling on Windows from winhttp: support optional client cert #5384
  • Commit.prototype.parent() now correctly assigns the repo property on the retrieved commit. This should solve certain bugs when working with a commit retrieved from parent.
Merged PRs into NodeGit
Merged PRs into LibGit2
gk-dev
published 0.26.4 •

Changelog

Source

<a name="v0-26-4" href="#v0-26-4">v0.26.4</a> (2020-01-14)

Full Changelog

Summary of changes
  • Bumped LibGit2
    • Now can be configured to support longpaths on Windows. Does not respect the config value, but is configured through NodeGit.Libgit2.opts. See #1748 for details.
    • Support for complex SSH auth creds handshakes
  • Pulled in patch for Libssh2 that covers an integer overflow, see Libssh2#402
Merged PRs into NodeGit
Merged PRs into LibGit2
gk-dev
published 0.26.3-electron.7.1 •