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 2.3.1 to 2.3.2

.index.js.swo

2

lib/repo.js

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

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