Socket
Socket
Sign inDemoInstall

loader-utils

Package Overview
Dependencies
1
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

index.js

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

}
var queryArgs = query.split(/,\&/g);
var queryArgs = query.split(/[,\&]/g);
var result = {};

@@ -16,0 +16,0 @@ queryArgs.forEach(function(arg) {

{
"name": "loader-utils",
"version": "0.1.0",
"version": "0.1.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