Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-ssb-web

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-ssb-web - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

9

index.js

@@ -563,2 +563,3 @@ var fs = require('fs')

var msgDate = moment(new Date(msg.value.timestamp)).fromNow()
var msgDateLink = u.link([msg.key], msgDate, false, 'class="date"')
var author = msg.value.author

@@ -580,3 +581,3 @@ var authorLink = u.link([msg.value.author], msg.authorName)

repo: u.link([msg.key], repoName)
}) + ' <span class="date">' + msgDate + '</span></section>')
}) + ' ' + msgDateLink + '</section>')
})

@@ -592,3 +593,3 @@ })

repo: repoLink
}) + ' <span class="date">' + msgDate + '</span></section>')
}) + ' ' + msgDateLink + '</section>')
})

@@ -604,3 +605,3 @@ }

repo: repoLink
}) + ' <span class="date">' + msgDate + '</span></section>')
}) + ' ' + msgDateLink + '</section>')
})

@@ -624,3 +625,3 @@ case 'issue':

project: repoLink
}) + ' <span class="date">' + msgDate + '</span></section>')
}) + ' ' + msgDateLink + '</section>')
})

@@ -627,0 +628,0 @@ })

{
"name": "git-ssb-web",
"version": "2.3.3",
"version": "2.3.4",
"description": "web server for browsing git repos on ssb",

@@ -5,0 +5,0 @@ "bin": "server.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