New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

matrix-bot-sdk

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matrix-bot-sdk - npm Package Compare versions

Comparing version

to
0.1.5

2

lib/MatrixClient.js

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

getJoinedRoomMembers(roomId) {
return this.do("GET", "/_matrix/client/r0/room/" + roomId + "/joined_members").then(response => {
return this.do("GET", "/_matrix/client/r0/rooms/" + roomId + "/joined_members").then(response => {
return response['joined'];

@@ -81,0 +81,0 @@ });

{
"name": "matrix-bot-sdk",
"version": "0.1.4",
"version": "0.1.5",
"description": "A lightweight version of the matrix-js-sdk intended for bots",

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

Sorry, the diff of this file is not supported yet