Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@servicetitan/acquisition-functions

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/acquisition-functions - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

3

dist/utils/utils.js

@@ -91,4 +91,7 @@ "use strict";

function capitalizeFirstLetter(val) {
if (!val) {
return val;
}
return val[0].toUpperCase() + val.slice(1).toLowerCase();
}
exports.capitalizeFirstLetter = capitalizeFirstLetter;

4

package.json
{
"name": "@servicetitan/acquisition-functions",
"version": "0.9.0",
"version": "0.9.1",
"description": "",

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

},
"gitHead": "4f315c3713bf16cc8fbc9b45af70206ba5b4a550"
"gitHead": "4b8359e2b53e25f3148c33f2fbe7e3ea33c3ca5a"
}
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