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

@lwc/module-resolver

Package Overview
Dependencies
Maintainers
11
Versions
798
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/module-resolver - npm Package Compare versions

Comparing version 0.35.7 to 0.35.9

.eslintrc

4

package.json
{
"name": "@lwc/module-resolver",
"description": "Resolves paths for LWC components",
"version": "0.35.7",
"version": "0.35.9",
"main": "./src/index.js",

@@ -13,3 +13,3 @@ "license": "MIT",

},
"gitHead": "3617361499b66fd288604dd06575a635b864dc11"
"gitHead": "01ce6c3e3c1de722371e1e152586e88de6006f7c"
}

@@ -33,3 +33,3 @@ /*

function resolveModulesInDir(fullPathDir, { ignoreFolderName } = {}) {
function resolveModulesInDir(fullPathDir) {
return glob.sync(MODULE_ENTRY_PATTERN, { cwd: fullPathDir }).reduce((mappings, file) => {

@@ -61,2 +61,3 @@ const fileName = path.basename(file, MODULE_EXTENSION);

if (visited.has(module)) {
/* eslint-disable-next-line no-console */
console.log(`Package ${module} already resolved`);

@@ -63,0 +64,0 @@ return true;

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