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

@discoveryjs/scan-git

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discoveryjs/scan-git - npm Package Versions

0.1.5

Diff

Changelog

Source

0.1.5 (2024-11-15)

  • Fixed "too many open files" errors by limiting concurrent FS operations (#8)
  • Added the maxConcurrency option to customize the concurrency limit for FS operations, with a default value of 50 (#8)
  • Fixed Node.js warnings such as "Warning: Closing file descriptor # on garbage collection", which is deprecated in Node.js 22 and will result in an error being thrown in the future
lahmatiy
published 0.1.4 •

Changelog

Source

0.1.4 (2024-10-30)

  • Added repo.currentBranch() method
  • Added repo.describeRef(ref) method, which returns an information object about the reference
  • Added repo.isOid(value) method to check if a value is an object ID
  • Added isGitDir() and resolveGitDir() helper functions
  • Enhanced createGitReader() to automatically attempt adding the .git folder to the provided gitdir path, making explicit inclusion of .git optional
lahmatiy
published 0.1.3 •

Changelog

Source

0.1.3 (2023-10-13)

  • Fixed size computation of on-disk reverse index (.rev files)
lahmatiy
published 0.1.2 •

Changelog

Source

0.1.2 (2023-10-12)

  • Added getPathEntry() method
  • Added getPathsEntries() method
  • Fixed reading on-disk reverse index (.rev files)
lahmatiy
published 0.1.1 •

Changelog

Source

0.1.1 (2023-01-25)

  • Fixed methods for reading loose objects (readObjectHeaderByOid, readObjectHeaderByHash, readObjectByOid and readObjectByHash) that were not working in some cases due to incorrect formation of the fanout table when fs.readdir() returns an unsorted list of entries
  • Fixed listRemotes() method to always return a sorted list of remotes
  • Fixed stat() method to return stable results disregarding of fs.readdir()'s result list order
lahmatiy
published 0.1.0 •

Changelog

Source

0.1.0 (2022-09-12)

  • Initial release
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