epidemic-broadcast-trees
Advanced tools
Comparing version 6.3.4 to 6.3.5
@@ -37,5 +37,10 @@ var events = require('./events')(require('./v3')) | ||
request: function (id, follows) { | ||
if(opts.isFeed && !opts.isFeed(id)) return | ||
self.state = events.follow(self.state, {id: id, value: follows !== false, ts: timestamp()}) | ||
self.update() | ||
}, | ||
pause: function (id, paused) { | ||
self.state = events.pause(self.state, {id: id, paused: paused !== false}) | ||
self.update() | ||
}, | ||
block: function (id, target, value) { | ||
@@ -42,0 +47,0 @@ self.state = events.block(self.state, {id: id, target: target, value: value !== false, ts: timestamp()}) |
{ | ||
"name": "epidemic-broadcast-trees", | ||
"description": "", | ||
"version": "6.3.4", | ||
"version": "6.3.5", | ||
"homepage": "https://github.com/dominictarr/epidemic-broadcast-trees", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89142
31
2135