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.37.1 to 0.37.2

dist/commonjs/index.js

9

package.json
{
"name": "@lwc/module-resolver",
"description": "Resolves paths for LWC components",
"version": "0.37.1",
"main": "./src/index.js",
"version": "0.37.2",
"main": "./dist/commonjs/index.js",
"scripts": {
"build": "tsc"
},
"license": "MIT",

@@ -13,3 +16,3 @@ "dependencies": {

},
"gitHead": "1465d012b5b10be74dc598868e9de67b4d11dcd9"
"gitHead": "e973c5c26e640d54dc7dd34ad6a87a2b6f512673"
}

@@ -8,3 +8,3 @@ /*

const path = require('path');
const lwcResolver = require('../index.js');
const lwcResolver = require('../index');

@@ -11,0 +11,0 @@ describe('resolve-src-modules', () => {

@@ -8,3 +8,3 @@ /*

const path = require('path');
const lwcResolver = require('../index.js');
const lwcResolver = require('../index');

@@ -11,0 +11,0 @@ describe('resolve-lwc-npm-modules', () => {

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