New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@symbo.ls/utils

Package Overview
Dependencies
Maintainers
5
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/utils - npm Package Compare versions

Comparing version 2.11.240 to 2.11.255

4

package.json
{
"name": "@symbo.ls/utils",
"version": "2.11.240",
"version": "2.11.255",
"main": "src/index.js",

@@ -10,3 +10,3 @@ "author": "symbo.ls",

},
"gitHead": "0a7ee2088e6901cb8b1e8bf753cb6f1697806b27"
"gitHead": "789077788ae862a474a34ae9d8844186c44624c1"
}

@@ -45,6 +45,6 @@ 'use strict'

export const arrayzeValue = val => {
if (isArray(val)) return val
if (isString(val)) return val.split(' ')
if (isObject(val)) return Object.keys(val).map(v => val[v])
if (isNumber(val)) return [val]
if (isArray(val)) return val
if (isObject(val)) return Object.values(val)
return [val]
}
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