Socket
Socket
Sign inDemoInstall

loader-utils

Package Overview
Dependencies
4
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

2

lib/parseQuery.js

@@ -29,3 +29,3 @@ 'use strict';

const queryArgs = query.split(/[,&]/g);
const result = {};
const result = Object.create(null);

@@ -32,0 +32,0 @@ queryArgs.forEach((arg) => {

{
"name": "loader-utils",
"version": "1.4.0",
"version": "1.4.1",
"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