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

pull-git-repo

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-git-repo - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

index.js

@@ -668,2 +668,11 @@ var buffered = require('pull-buffered')

R.getObjectFromAny = function (hash, cb) {
if (hash === 'e69de29bb2d1d6434b8b29ae775ad8c2e48c5391') {
// a bug in pull-git-pack sometimes prevents detecting the empty blob
return cb(null, {
type: 'blob',
length: 0,
read: pull.empty()
})
}
var self = this

@@ -670,0 +679,0 @@ this.getObject(hash, function (err, obj) {

2

package.json
{
"name": "pull-git-repo",
"version": "1.0.0",
"version": "1.0.1",
"description": "utility methods for git repos using pull streams",

@@ -5,0 +5,0 @@ "main": "index.js",

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