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

@rocket.chat/apps-engine

Package Overview
Dependencies
Maintainers
2
Versions
637
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.5.5 to 0.5.6

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,2 +27,4 @@ "use strict";

experimentalDecorators: true,
// Set this to true if you would like to see the module resolution process
traceResolution: false,
};

@@ -89,3 +91,3 @@ this.libraryFiles = {};

const cwd = __dirname.includes('node_modules/@rocket.chat/apps-engine')
? __dirname.split('package/node_modules/@rocket.chat/apps-engine')[0] : process.cwd();
? __dirname.split('node_modules/@rocket.chat/apps-engine')[0] : process.cwd();
const host = {

@@ -92,0 +94,0 @@ getScriptFileNames: () => Object.keys(result.files),

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