ssb-git-repo
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -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) |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34073
971