Socket
Socket
Sign inDemoInstall

jaz-ts-utils

Package Overview
Dependencies
3
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.5.1 to 7.5.2

tsconfig.base.json

1

dist/title-case.js

@@ -6,3 +6,2 @@ "use strict";

return str
.toLowerCase()
.split(" ")

@@ -9,0 +8,0 @@ .map((word) => word.charAt(0).toUpperCase() + word.slice(1))

{
"name": "jaz-ts-utils",
"version": "7.5.1",
"version": "7.5.2",
"description": "",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"prettier.config.js",
"tsconfig.json"
"tsconfig.base.json"
],

@@ -64,2 +64,2 @@ "dependencies": {

}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc