Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gutil

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gutil - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

lib/util/concat.js

@@ -20,3 +20,3 @@ /**

for(var keyName in values) {
if(keyName != null) {
if(keyName != null && keyName != '') {
valuesArray.push(keyName);

@@ -23,0 +23,0 @@ }

{
"name": "gutil",
"description": "GUtil",
"version": "1.5.3",
"version": "1.5.4",
"private": false,

@@ -6,0 +6,0 @@ "licenses": [

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