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

ssb-git-repo

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-git-repo - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

5

lib/repo.js

@@ -46,3 +46,6 @@ var pull = require('pull-stream')

var w = 0
function getBlobWithTimeout(blobs, timeout, key, cb) {
if (process.env.DEBUG_BLOBS)
console.error(++w + '+', 'blob req', key)
if (!key) return cb(new Error('Missing blob key'))

@@ -54,2 +57,4 @@ var timer = setTimeout(function () {

blobs.want(key, function (err, got) {
if (process.env.DEBUG_BLOBS)
console.error(--w + '-', 'blob got', key)
if (!timer) return console.error('Got blob after timeout', key, err || got)

@@ -56,0 +61,0 @@ clearTimeout(timer)

2

package.json
{
"name": "ssb-git-repo",
"version": "1.8.4",
"version": "1.8.5",
"description": "git repos in secure-scuttlebutt",

@@ -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