New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.4 to 1.7.0

6

lib/repo.js

@@ -263,3 +263,5 @@ var pull = require('pull-stream')

// get refs source({name, hash})
Repo.prototype.refs = function () {
Repo.prototype.refs = function (options) {
if (!options) options = {}
var inherited = options.inherited !== false
return pull(

@@ -269,3 +271,3 @@ cat([

!this.syncedRefs && this._oldRefs(),
this.upstream && this.upstream.refs(),
inherited && this.upstream && this.upstream.refs(),
]),

@@ -272,0 +274,0 @@ pull.unique('name')

{
"name": "ssb-git-repo",
"version": "1.6.4",
"version": "1.7.0",
"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