Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.4 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

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