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

@vector-im/matrix-bot-sdk

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vector-im/matrix-bot-sdk - npm Package Compare versions

Comparing version 0.7.0-element.0 to 0.7.0-element.1

2

lib/appservice/Intent.js

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

if (deviceId && deviceId !== providedDeviceId) {
__1.LogService.warn(`Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`);
__1.LogService.warn("Intent", `Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`);
}

@@ -141,0 +141,0 @@ deviceId = providedDeviceId;

{
"name": "@vector-im/matrix-bot-sdk",
"version": "0.7.0-element.0",
"version": "0.7.0-element.1",
"description": "TypeScript/JavaScript SDK for Matrix bots and appservices",

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

@@ -141,3 +141,3 @@ import {

if (deviceId && deviceId !== providedDeviceId) {
LogService.warn(`Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`);
LogService.warn("Intent", `Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`);
}

@@ -144,0 +144,0 @@ deviceId = providedDeviceId;

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