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.5.2 to 0.5.3

1

index.js

@@ -7,2 +7,3 @@ /*

module.exports.pitch = function(remainingRequest) {
this.cacheable && this.cacheable();
if(!this.query) throw new Error("query parameter is missing");

@@ -9,0 +10,0 @@ return "module.exports = " +

2

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

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

@@ -11,4 +11,6 @@ # expose loader for webpack

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
## License
MIT (http://www.opensource.org/licenses/mit-license.php)
MIT (http://www.opensource.org/licenses/mit-license.php)
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