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.315 to 2.11.323

4

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

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

},
"gitHead": "f7e5836ff0fad163a721cd8a823e2da1a7f346ef"
"gitHead": "ad959e4a3b3722e3e0f36f7a98298ea179620281"
}

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

export const toDescriptionCase = str => {
export const toDescriptionCase = (str = '') => {
const result = str.replace(/([A-Z])/g, ' $1')

@@ -42,0 +42,0 @@ return result.charAt(0).toUpperCase() + result.slice(1)

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