Socket
Socket
Sign inDemoInstall

@rocket.chat/apps-compiler

Package Overview
Dependencies
39
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

6

compiler/TypescriptCompiler.js

@@ -164,2 +164,8 @@ "use strict";

}
const resolvedWithIndex = this.resolvePath(containingFile, `${moduleName}/index`);
if (result.files[resolvedWithIndex]) {
return resolvedModules.push({
resolvedFileName: resolvedWithIndex,
});
}
const resolvedPath = this.resolvePath(containingFile, moduleName);

@@ -166,0 +172,0 @@ if (result.files[resolvedPath]) {

2

package.json
{
"name": "@rocket.chat/apps-compiler",
"version": "0.4.0",
"version": "0.4.1",
"description": "The Rocket.Chat apps compiler",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc