Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 1.8.4

1

lib/repo.js

@@ -250,2 +250,3 @@ var pull = require('pull-stream')

this._getBlob(key, function (err, read) {
if (err) return cb(err)
pull(read, pull.collect(function (err, bufs) {

@@ -252,0 +253,0 @@ if (err) return cb(err)

2

package.json
{
"name": "ssb-git-repo",
"version": "1.8.3",
"version": "1.8.4",
"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