🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-import-resolver-typescript

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-import-resolver-typescript - npm Package Versions

1345
8

4.3.0

Diff
jounqin
published 4.3.0 •

Changelog

Source

4.3.0

Minor Changes

jounqin
published 4.2.7 •

Changelog

Source

4.2.7

Patch Changes

jounqin
published 4.2.6 •

Changelog

Source

4.2.6

Patch Changes

jounqin
published 3.10.0 •
jounqin
published 4.2.5 •

Changelog

Source

4.2.5

Patch Changes

jounqin
published 4.2.4 •

Changelog

Source

4.2.4

Patch Changes

  • #407 6b183ff Thanks @JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu
jounqin
published 4.2.3 •

Changelog

Source

4.2.3

Patch Changes

  • #402 f21bf15 Thanks @SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

jounqin
published 4.2.2 •

Changelog

Source

4.2.2

Patch Changes

  • #397 14a7688 Thanks @JounQin! - chore: bump rspack-resolver for better P'n'P support

    Now rspack-resolver resolves pnpapi natively.

jounqin
published 4.2.1 •

Changelog

Source

4.2.1

Patch Changes

jounqin
published 4.2.0 •

Changelog

Source

4.2.0

Minor Changes

  • #391 c8121e5 Thanks @JounQin! - feat: make is-bun-module as optional peer dependency

    Technically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects bun users, bun --bun eslint even works without this dependency, so I'd consider this as a minor change.

    So for bun users, there are three options:

    • install is-bun-module dependency manually and use bun: true option
    • run eslint with bun --bun eslint w/o bun: true option
    • enable run#bun in bunfig.toml w/o bun: true option