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
4
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.268 to 2.11.273

4

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

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

},
"gitHead": "dae687d90da0852dbb7f30fb2f4286314e30c983"
"gitHead": "8a2d3454c3c075aab01f7212cb1c07ce2d4a39f0"
}

@@ -25,3 +25,3 @@ 'use strict'

export const toTitleCase = str => str?.replace(
export const toTitleCase = str => str && str.replace(
/\w\S*/g, txt => {

@@ -28,0 +28,0 @@ return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase()

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