eslint-import-resolver-webpack
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ 'use strict'; | ||
const semver = require('semver'); | ||
const has = require('has'); | ||
const hasOwn = require('hasown'); | ||
const isRegex = require('is-regex'); | ||
@@ -386,3 +386,3 @@ | ||
for (const key in externals) { | ||
if (!has(externals, key)) { continue; } | ||
if (!hasOwn(externals, key)) { continue; } | ||
if (source === key) { return true; } | ||
@@ -389,0 +389,0 @@ } |
{ | ||
"name": "eslint-import-resolver-webpack", | ||
"version": "0.13.7", | ||
"version": "0.13.8", | ||
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.", | ||
@@ -33,12 +33,12 @@ "main": "index.js", | ||
"dependencies": { | ||
"array.prototype.find": "^2.2.1", | ||
"array.prototype.find": "^2.2.2", | ||
"debug": "^3.2.7", | ||
"enhanced-resolve": "^0.9.1", | ||
"find-root": "^1.1.0", | ||
"has": "^1.0.3", | ||
"hasown": "^2.0.0", | ||
"interpret": "^1.4.0", | ||
"is-core-module": "^2.13.0", | ||
"is-core-module": "^2.13.1", | ||
"is-regex": "^1.1.4", | ||
"lodash": "^4.17.21", | ||
"resolve": "^2.0.0-next.4", | ||
"resolve": "^2.0.0-next.5", | ||
"semver": "^5.7.2" | ||
@@ -45,0 +45,0 @@ }, |
20226
0.06%+ Added
- Removed
- Removed
Updated
Updated
Updated