@lwc/module-resolver
Advanced tools
Comparing version 0.37.1 to 0.37.2
{ | ||
"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', () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
22212
25
405
1