Socket
Socket
Sign inDemoInstall

expose-loader

Package Overview
Dependencies
Maintainers
6
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.2 to 0.7.3

5

index.js

@@ -29,3 +29,6 @@ /*

// builds in different directories.
var newRequestPath = "." + path.sep + path.basename(remainingRequest);
const newRequestPath = remainingRequest.replace(
this.resourcePath,
'.' + path.sep + path.relative(this.context, this.resourcePath)
);
this.cacheable && this.cacheable();

@@ -32,0 +35,0 @@ if(!this.query) throw new Error("query parameter is missing");

2

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

@@ -5,0 +5,0 @@ "description": "expose loader module for 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