Socket
Socket
Sign inDemoInstall

mx-puppet-bridge

Package Overview
Dependencies
299
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.35-1 to 0.0.35-2

2

lib/src/puppetbridge.js

@@ -525,3 +525,3 @@ "use strict";

const info = yield this.store.puppetStore.getMxidInfo(puppetMxid);
if (info) {
if (info && (info.name || info.avatarMxc)) {
if (info.avatarMxc) {

@@ -528,0 +528,0 @@ info.avatarUrl = this.getUrlFromMxc(info.avatarMxc, AVATAR_SIZE, AVATAR_SIZE, "scale");

{
"name": "mx-puppet-bridge",
"version": "0.0.35-1",
"version": "0.0.35-2",
"description": "Matrix Puppeting Bridge library",

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

@@ -601,3 +601,3 @@ /*

const info = await this.store.puppetStore.getMxidInfo(puppetMxid);
if (info) {
if (info && (info.name || info.avatarMxc)) {
if (info.avatarMxc) {

@@ -604,0 +604,0 @@ info.avatarUrl = this.getUrlFromMxc(info.avatarMxc, AVATAR_SIZE, AVATAR_SIZE, "scale");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc