🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pull-git-pack-concat

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-git-pack-concat

concatenate git packfiles

latest
npmnpm
Version
0.2.1
Version published
Weekly downloads
24
118.18%
Maintainers
1
Weekly downloads
 
Created
Source

pull-git-pack-concat

Concatenate git packfiles.

API

var concat = require('pull-git-pack-concat')
concat([pack]) : source
  • pack.read: source for packfile data
  • pack.numObjects: number of objects in the pack. optional, since the pack already contains this info, but by using this property it saves some buffering

Checksums of the packfiles are not verified

License

Copyright (c) 2016 Charles Lehner

Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.

DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

Keywords

packfile

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

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.

Install

Related posts