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
797
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.33.26 to 0.33.27-alpha1

4

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

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

},
"gitHead": "a0aeb8fc483eda250255ac45da5f9358ffbdb517"
"gitHead": "4db02fa3977676731a3f5694cc5f72c660b14893"
}

@@ -37,4 +37,3 @@ /*

const rootDir = path.dirname(file);
// the glob library normalizes paths to forward slashes only - https://github.com/isaacs/node-glob#windows
const rootParts = rootDir.split('/');
const rootParts = rootDir.split(path.sep);
const registry = {

@@ -41,0 +40,0 @@ entry: path.join(fullPathDir, file),

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