Socket
Socket
Sign inDemoInstall

@jsenv/importmap-eslint-resolver

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.2.0 to 5.2.1

9

package.json
{
"name": "@jsenv/importmap-eslint-resolver",
"version": "5.2.0",
"version": "5.2.1",
"description": "importmap resolution for ESLint",

@@ -19,4 +19,3 @@ "license": "MIT",

"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
"access": "public"
},

@@ -41,7 +40,7 @@ "type": "module",

"prettier-write": "prettier --write .",
"test": "node ./script/test/test.mjs",
"test-with-coverage": "npm run test -- --coverage",
"performance-report": "node ./script/performance/performance_report.mjs --local",
"dist": "npm run build",
"build": "node --experimental-import-meta-resolve ./script/build/build.mjs",
"test": "node ./script/test/test.mjs",
"test-with-coverage": "npm run test -- --coverage",
"prepublishOnly": "node ./script/publish/remove_postinstall.mjs && npm run dist",

@@ -48,0 +47,0 @@ "postpublish": "node ./script/publish/restore_postinstall.mjs"

@@ -7,3 +7,9 @@ import { resolveImport } from "@jsenv/importmap"

specifier,
{ logger, projectDirectoryUrl, importMapFileRelativeUrl, importDefaultExtension, importer },
{
logger,
projectDirectoryUrl,
importMapFileRelativeUrl,
importDefaultExtension,
importer,
},
) => {

@@ -10,0 +16,0 @@ const importMap = readImportMapFromFile({

@@ -66,3 +66,3 @@ import { readFileSync } from "node:fs"

return normalizeImportMap(importMap, projectDirectoryUrl)
return normalizeImportMap(importMap, importMapFileUrl)
}

@@ -69,0 +69,0 @@

Sorry, the diff of this file is not supported yet

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