Socket
Socket
Sign inDemoInstall

expose-loader

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expose-loader - npm Package Versions

23

5.0.0

Diff

Changelog

Source

5.0.0 (2024-01-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#225) (1eb4039)
evilebottnawi
published 4.1.0 •

Changelog

Source

4.1.0 (2023-03-09)

Features

  • added globalObject option to modify global context (#205) (1ad9096)
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

Bug Fixes

evilebottnawi
published 3.0.0 •

Changelog

Source

3.0.0 (2021-05-20)

⚠ BREAKING CHANGES

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

Changelog

Source

2.0.0 (2021-02-02)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5
  • inline syntax was changed: [] is no longer supported (i.e. import $ from "expose-loader?exposes[]=$&exposes[]=jQuery!jquery), please use , comma separator (i.e. import $ from "expose-loader?exposes=$,jQuery!jquery)
evilebottnawi
published 1.0.3 •

Changelog

Source

1.0.3 (2020-11-26)

Bug Fixes

evilebottnawi
published 1.0.2 •

Changelog

Source

1.0.2 (2020-11-25)

Bug Fixes

  • don't strip loader "ref" from import string (6271fc4)
evilebottnawi
published 1.0.1 •

Changelog

Source

1.0.1 (2020-10-09)

Chore

  • update schema-utils
evilebottnawi
published 1.0.0 •

Changelog

Source

1.0.0 (2020-06-23)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • inline syntax was changed, please read
  • list of exposed values moved to the exposes option, please read
  • migrate away from pitch phase
  • do not override existing exposed values in the global object by default, because it is unsafe, please read

Features

  • validate options
  • support webpack 5
  • support multiple exposed values
  • interpolate exposed values
  • allow to expose part of a module
  • allow to expose values with . (dot) in the name

Fixes

  • do not break source maps
  • do not generate different hashed on different os
  • compatibility with ES module syntax

<a name="0.7.5"></a>

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