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.2 to 1.5.3

7

lib/util/concat.js

@@ -18,3 +18,8 @@ /**

} else {
valuesArray = Object.keys(values);
valuesArray = [];
for(var keyName in values) {
if(keyName != null) {
valuesArray.push(keyName);
}
}
}

@@ -21,0 +26,0 @@ } else {

2

package.json
{
"name": "gutil",
"description": "GUtil",
"version": "1.5.2",
"version": "1.5.3",
"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