Socket
Socket
Sign inDemoInstall

exports-loader

Package Overview
Dependencies
77
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

5.0.0

Diff

Changelog

Source

5.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#146) (0c658f1)
evilebottnawi
published 4.0.0 •

Changelog

Source

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0
evilebottnawi
published 3.1.0 •

Changelog

Source

3.1.0 (2021-10-21)

Features

  • output helpful descriptions and links on errors (#66) (ba96dda)
evilebottnawi
published 3.0.0 •

Changelog

Source

3.0.0 (2021-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0
evilebottnawi
published 2.0.0 •

Changelog

Source

2.0.0 (2021-01-11)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5 (#58) (9176392)
  • inline syntax was changed: [] is no longer supported (i.e. exports-loader?exports[]=myVariable&exports[]=myFunction!./file.js), please use , (i.e. exports-loader?exports=myVariable,myFunction!./file.js)
  • removed filename template support for export names and aliases (i.e. [name]) due unstable behaviour in some cases and very rarely used
evilebottnawi
published 1.1.1 •

Changelog

Source

1.1.1 (2020-10-09)

Chore

  • update schema-utils
evilebottnawi
published 1.1.0 •

Changelog

Source

1.1.0 (2020-06-24)

Features

  • "|" character can be used as delimiter for inline string syntax (#46) (e0bc930)
evilebottnawi
published 1.0.1 •

Changelog

Source

1.0.1 (2020-06-17)

Bug Fixes

evilebottnawi
published 1.0.0 •

Changelog

Source

1.0.0 (2020-06-10)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • exports values moved to the exports option, please read
  • generates ES module named exports by default (exports { Foo })
  • multiple exports in the inline syntax were changed, please read

Features

  • validate options
  • support webpack 5
  • implemented the type option (exports can be CommonsJS or ES module format)
  • exports can be described using a string or an object value
  • implemented the ability to generate multiple experts
  • improved support of inline usage

Bug Fixes

  • export is not used anymore for CommonJS module format

<a name="0.7.0"></a>

michael-ciniawsky
published 0.7.0 •

Changelog

Source

0.7.0 (2018-02-05)

Features

  • index: add interpolation support (loaderUtils.interpolateName) (#21) (201de63)
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc