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

@rocket.chat/apps-engine

Package Overview
Dependencies
Maintainers
2
Versions
619
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/apps-engine - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

4

package.json
{
"name": "@rocket.chat/apps-engine",
"version": "0.4.11",
"version": "0.4.12",
"description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.",

@@ -48,3 +48,3 @@ "main": "index.js",

"dependencies": {
"@rocket.chat/apps-ts-definition": "^0.7.15",
"@rocket.chat/apps-ts-definition": "^0.7.16",
"adm-zip": "^0.4.7",

@@ -51,0 +51,0 @@ "lodash": "^4.17.5",

@@ -74,2 +74,5 @@ "use strict";

MessageBuilder.prototype.getMessage = function () {
if (!this.msg.room) {
throw new Error('The Room Value is required.');
}
return this.msg;

@@ -76,0 +79,0 @@ };

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