import-global

Import a globally installed module

MIT License

Downloads
397.7K
Stars
57
Committers
2

Bot releases are visible (Hide)

import-global - Latest Release

Published by sindresorhus 9 months ago

  • Fix types not being included in the package e7a12bb

https://github.com/sindresorhus/import-global/compare/v1.1.0...v1.1.1

import-global -

Published by sindresorhus 12 months ago

import-global -

Published by sindresorhus 12 months ago

Breaking

  • Require Node.js 18 93db04a
  • This package is now pure ESM. Please read this.
  • Changed to use named imports 93db04a
  • You must now await the importGlobal() function 93db04a
  • importGlobalSilent() now returns undefined instead of null when the module cannot be found 93db04a

Improvements

  • You can now use it to import ESM 93db04a

https://github.com/sindresorhus/import-global/compare/v0.1.0...v1.0.0