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 Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "expose-loader",
"version": "0.7.0",
"version": "0.7.1",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "expose loader module for webpack",

@@ -28,2 +28,10 @@ # expose loader for webpack

```
Also for multiple expose you can use `!` in loader string:
```
module: {
loaders: [
{ test: require.resolve("jquery"), loader: "expose?$!expose?jQuery" },
]
}
```

@@ -30,0 +38,0 @@ The `require.resolve` is a node.js call (unrelated to `require.resolve` in webpack

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