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

@axosoft/nodegit

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axosoft/nodegit - npm Package Versions

1
9

0.26.2

Diff

Changelog

Source

<a name="v0-26-2" href="#v0-26-2">v0.26.2</a> (2019-09-26)

Full Changelog

Summary of changes
  • Added options to fetch additional data (gpg signature) from LibGit2 in revWalk.prototype.commitWalk and return plain objects
    • revWalk.prototype.commitWalk(numCommits: number, { returnPlainObjects: boolean })
Merged PRs into NodeGit
gk-dev
published 0.26.1 •

Changelog

Source

<a name="v0-26-1" href="#v0-26-1">v0.26.1</a> (2019-09-16)

Full Changelog

Summary of changes
  • Bumped LibGit2
    • Additional git ignore fixes
    • Allow credentials callback to return any credential type from list of supported types
    • Memory leak and allocation fixes
  • updateTips has optional parameters and should convert plain objects into options structs correctly now
  • Added Nodegit.Blob.prototype.filter, this should be used instead of NodeGit.Blob.filteredContent as it is not deprecated.
Merged PRs into NodeGit
Merged PRs into LibGit2
gk-dev
published 0.26.0 •

Changelog

Source

<a name="v0-26-0" href="#v0-26-0">v0.26.0</a> (2019-09-09)

Full Changelog

Summary of changes
  • Bumped libssh2 to 1.9 for security patch
  • Remote.prototype.upload and Remote.prototype.updateTips should be async now
Merged PRs into NodeGit
gk-dev
published 0.25.1 •

Changelog

Source

<a name="v0-25-1" href="#v0-25-1">v0.25.1</a> (2019-08-13)

Full Changelog

Summary of changes

Security patch for LibGit2:

  • A carefully constructed commit object with a very large number of parents may lead to potential out-of-bounds writes or potential denial of service.

  • The ProgramData configuration file is always read for compatibility with Git for Windows and Portable Git installations. The ProgramData location is not necessarily writable only by administrators, so we now ensure that the configuration file is owned by the administrator or the current user.

Additionally:

  • Stash should run much faster now.
Merged PRs into LibGit2
gk-dev
published 0.25.0-alpha.16 •

Changelog

Source

<a name="v0-25-0-alpha-16" href="#v0-25-0-alpha-16">v0.25.0-alpha.16</a> (2019-07-23)

Full Changelog

Summary of changes
  • Adds support for Node 12
  • Updates lodash dependency to address security notice
  • Expose Tree.prototype.createUpdated(repo, numUpdates, updates)
  • Bumps libgit2
    • Fixes gitignore issue with pattern negation
    • Remote.list now gets the correct list of remotes if remotes are changed by external process
Merged PRs into NodeGit
Merged PRs into LibGit2
gk-dev
published 0.25.0-alpha.15 •

Changelog

Source

<a name="v0-25-0-alpha-15" href="#v0-25-0-alpha-15">v0.25.0-alpha.15</a> (2019-07-15)

Full Changelog

Summary of changes
  • Removed NSEC optimization due to performance regressions in repositories that did not use NSEC optimization cloned via NodeGit.
Merged PRs into NodeGit
gk-dev
published 0.25.0-alpha.14 •

Changelog

Source

<a name="v0-25-0-alpha-14" href="#v0-25-0-alpha-14">v0.25.0-alpha.14</a> (2019-07-01)

Full Changelog

Summary of changes
  • Always use builtin regex for linux for portability
Merged PRs into NodeGit
gk-dev
published 0.25.0-gitkrakencurl.7 •

gk-dev
published 0.25.0-gitkrakencurl.6 •

gk-dev
published 0.25.0-gitkrakencurl.5 •

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