
Product
Introducing Immutable Scans
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.
git-objectify-pack
Advanced tools
transform metadata objects emitted from git-list-pack into full-on git objects.
var fs = require('fs')
, list = require('git-list-pack')
, objectify = require('git-objectify-pack')
fs.createReadStream('path/to/packfile')
.pipe(list())
.pipe(objectify(find))
function find(oid, ready) {
// for finding ref-delta objects that might
// be outside of the current packfile
return ready(null, referencedObject | null)
}
Create a r/w stream suitable for piping git-list-pack streams into.
Emits git objects with attached string hashes.
MIT
FAQs
transform offset+data bits into full git objects
We found that git-objectify-pack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.