ssb-git-repo
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -326,3 +326,3 @@ var pull = require('pull-stream') | ||
Repo.prototype.getState = function (cb) { | ||
if (this._state) return cb(null, this._state) | ||
if (this._state) return cb.call(this, null, this._state) | ||
this.awaitSync(function () { | ||
@@ -329,0 +329,0 @@ cb.call(this, null, this._state = this.updates.reduceRight(mergeUpdates)) |
{ | ||
"name": "ssb-git-repo", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
80935
9
2