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

epidemic-broadcast-trees

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epidemic-broadcast-trees - npm Package Compare versions

Comparing version 6.3.1 to 6.3.2

5

index.js

@@ -103,3 +103,6 @@ var events = require('./events')(require('./v3'))

opts.append(ev.value, function (err, data) {
if(err) self.block(ev.value.author, ev.id, true)
if(err) {
if(this.logging) console.error('EBT:err', err)
self.block(ev.value.author, ev.id, true)
}
else self.onAppend(ev.value)

@@ -106,0 +109,0 @@ })

2

package.json
{
"name": "epidemic-broadcast-trees",
"description": "",
"version": "6.3.1",
"version": "6.3.2",
"homepage": "https://github.com/dominictarr/epidemic-broadcast-trees",

@@ -6,0 +6,0 @@ "repository": {

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