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

nodebb-plugin-two-way-block

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-two-way-block - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

library.js

@@ -60,3 +60,3 @@ 'use strict';

data.teasers = await Promise.all(
data.teasers.map(postData => (blockedSet.has(parseInt(postData.user.uid, 10)) ?
data.teasers.map(postData => (blockedSet.has(parseInt(postData.user ? postData.user.uid : postData.uid, 10)) ?
getPreviousNonBlockedPost(postData, blockedSet) :

@@ -63,0 +63,0 @@ postData))

{
"name": "nodebb-plugin-two-way-block",
"version": "1.4.2",
"version": "1.4.3",
"description": "Blocking a user hides your posts from them too. This plugin is only compatible with NodeBB versions released **after** 1.13.3 (including master branch)",

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