New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-esm-resolver

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-esm-resolver - npm Package Compare versions

Comparing version

to
1.2.0

6

lib/index.js

@@ -86,2 +86,6 @@ "use strict";

function optIgnoreUnresolvedSubmodule(opts) {
return opts.ignoreUnresolvedSubmodule || false;
}
function modulePathsForFile(file) {

@@ -184,3 +188,3 @@ // Node v12.2.0+:

const extensions = optExtentionsSubmodule(opts);
const ignoreUnresolved = optIgnoreUnresolved(opts); // Resolve the module base, or fail.
const ignoreUnresolved = optIgnoreUnresolvedSubmodule(opts); // Resolve the module base, or fail.

@@ -187,0 +191,0 @@ const {

2

package.json
{
"name": "babel-plugin-esm-resolver",
"description": "A Babel plugin for resolving ESM import and export paths",
"version": "1.1.1",
"version": "1.2.0",
"keywords": [

@@ -6,0 +6,0 @@ "babel",

@@ -78,3 +78,9 @@ # babel-plugin-esm-resolver

### `ignoreUnresolvedSubmodule`
Set to `true` to ignore any modules that cannot be resolved in submodules.
By default an error is throw for any submodules that cannot be resolved.
## Examples

@@ -81,0 +87,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet