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
7
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.6.14 to 2.6.19

4

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

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

},
"gitHead": "366fb9878348671e8ad0653ebd7347cf37b43bb2"
"gitHead": "a8084c6c657bf107b430d1a567cd05c1288eb76c"
}

@@ -34,6 +34,5 @@ 'use strict'

export const toDescriptionCase = str => {
const result = str.replace(/([A-Z])/g, " $1")
const result = str.replace(/([A-Z])/g, ' $1')
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