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.4.3 to 2.4.4

lib/.repo.js.swo

1

lib/repo.js

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

GitRepo(this).getFirstAvailableRev(10e3, function (err, rev) {
if (err === true) return cb(null, null, revs.length)
if (err) return cb(err)

@@ -913,0 +914,0 @@ cb(null, rev, revs.indexOf(rev))

2

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