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

@trackunit/shared-utils

Package Overview
Dependencies
Maintainers
0
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/shared-utils - npm Package Compare versions

Comparing version 0.0.73 to 0.0.74

2

index.cjs.js

@@ -1010,2 +1010,3 @@ 'use strict';

* @example capitalize("test-test") // "Test-test"
* @deprecated Use `capitalize` from `string-ts` instead
*/

@@ -1026,2 +1027,3 @@ const capitalize = (s) => {

* @example titleCase("test TeSt") // "Test test"
* @deprecated Use `titleCase` from `string-ts` instead
*/

@@ -1028,0 +1030,0 @@ const titleCase = (s) => {

@@ -1008,2 +1008,3 @@ var HoursAndMinutesFormat;

* @example capitalize("test-test") // "Test-test"
* @deprecated Use `capitalize` from `string-ts` instead
*/

@@ -1024,2 +1025,3 @@ const capitalize = (s) => {

* @example titleCase("test TeSt") // "Test test"
* @deprecated Use `titleCase` from `string-ts` instead
*/

@@ -1026,0 +1028,0 @@ const titleCase = (s) => {

2

package.json
{
"name": "@trackunit/shared-utils",
"version": "0.0.73",
"version": "0.0.74",
"repository": "https://github.com/Trackunit/manager",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt",

@@ -10,2 +10,3 @@ /**

* @example capitalize("test-test") // "Test-test"
* @deprecated Use `capitalize` from `string-ts` instead
*/

@@ -21,2 +22,3 @@ export declare const capitalize: (s: string | null | undefined) => string;

* @example titleCase("test TeSt") // "Test test"
* @deprecated Use `titleCase` from `string-ts` instead
*/

@@ -23,0 +25,0 @@ export declare const titleCase: (s: string) => string;

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