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

@lwc/module-resolver

Package Overview
Dependencies
Maintainers
12
Versions
799
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.39.2-alpha5 to 0.39.2-alpha6

src/__tests__/fixtures/simple-folder-structure/modules/ns/cssModule/cssModule.css

2

dist/commonjs/index.js

@@ -19,3 +19,3 @@ "use strict";

const PACKAGE_PATTERN = ['*/*/package.json', '*/package.json', 'package.json'];
const MODULE_ENTRY_PATTERN = `**/*.[jt]s`;
const MODULE_ENTRY_PATTERN = `**/*.([jt]s|html|css)`;
const LWC_CONFIG_FILE = '.lwcrc';

@@ -22,0 +22,0 @@ function createRegistryEntry(entry, moduleSpecifier, moduleName, moduleNamespace) {

{
"name": "@lwc/module-resolver",
"description": "Resolves paths for LWC components",
"version": "0.39.2-alpha5",
"version": "0.39.2-alpha6",
"main": "./dist/commonjs/index.js",

@@ -16,3 +16,3 @@ "scripts": {

},
"gitHead": "b368901b4b7b1ae39a1d455867384e931645e981"
"gitHead": "692a8052b9f3e6fa911b886fcf1168743cbc5a6e"
}

@@ -19,5 +19,5 @@ /*

const moduleNames = Object.keys(modules);
expect(moduleNames).toHaveLength(2);
expect(moduleNames).toHaveLength(3);
expect(moduleNames).toEqual(
expect.arrayContaining(['ns/simpleCmp', 'ns/simple-module'])
expect.arrayContaining(['ns/cssModule', 'ns/simpleCmp', 'ns/simple-module'])
);

@@ -24,0 +24,0 @@ });

@@ -16,3 +16,3 @@ /*

const PACKAGE_PATTERN = ['*/*/package.json', '*/package.json', 'package.json'];
const MODULE_ENTRY_PATTERN = `**/*.[jt]s`;
const MODULE_ENTRY_PATTERN = `**/*.([jt]s|html|css)`;
const LWC_CONFIG_FILE = '.lwcrc';

@@ -19,0 +19,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