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

@jsenv/eslint-import-resolver

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/eslint-import-resolver - npm Package Compare versions

Comparing version 8.1.3 to 8.2.0

6

package.json
{
"name": "@jsenv/eslint-import-resolver",
"version": "8.1.3",
"version": "8.2.0",
"license": "MIT",

@@ -36,7 +36,7 @@ "repository": {

"devDependencies": {
"rollup": "4.19.0",
"rollup": "4.20.0",
"@jsenv/filesystem": "../filesystem/",
"@jsenv/importmap": "1.2.1",
"@jsenv/node-esm-resolution": "1.0.2"
"@jsenv/node-esm-resolution": "1.0.6"
}
}

@@ -20,3 +20,2 @@ // https://github.com/benmosher/eslint-plugin-import/blob/master/resolvers/node/index.js

import { fileURLToPath, pathToFileURL } from "node:url";
import { applyImportmapResolution } from "./importmap_resolution.js";

@@ -56,3 +55,5 @@ import { createLogger } from "./logger.js";

--- root directory path ---
${fileURLToPath(rootDirectoryUrl)}`);
${fileURLToPath(rootDirectoryUrl)}
--- package conditions ---
${packageConditions.join(",")}`);

@@ -290,5 +291,5 @@ const triggerNotFoundWarning = ({ resolver, specifier, importer, url }) => {

return true;
} catch (e) {
} catch {
return false;
}
};

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