Socket
Socket
Sign inDemoInstall

loader-utils

Package Overview
Dependencies
2
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.10 to 0.2.11

2

index.js

@@ -89,3 +89,3 @@ var JSON5 = require("json5");

var splitted = request.split("!");
var context = loaderContext.context;
var context = loaderContext.context || (loaderContext.options && loaderContext.options.context);
return JSON.stringify(splitted.map(function(part) {

@@ -92,0 +92,0 @@ if(/^\/|^[A-Z]:/i.test(part) && context)

{
"name": "loader-utils",
"version": "0.2.10",
"version": "0.2.11",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "utils for webpack loaders",

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