Socket
Socket
Sign inDemoInstall

@hestia-earth/utils

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hestia-earth/utils - npm Package Compare versions

Comparing version 0.10.18 to 0.10.19

2

dist/string.js

@@ -11,3 +11,3 @@ "use strict";

var keyToLabel = function (key) {
return ("" + key[0].toUpperCase() + key.replace(/([a-z])([A-Z])/g, '$1 $2').substring(1)).replace(/[_-]/g, ' ');
return "" + key[0].toUpperCase() + key.replace(/([a-z])([A-Z])/g, '$1 $2').replace(/([_])([a-zA-Z])/g, function (g) { return " " + g[1].toUpperCase(); }).substring(1);
};

@@ -14,0 +14,0 @@ exports.keyToLabel = keyToLabel;

{
"name": "@hestia-earth/utils",
"version": "0.10.18",
"version": "0.10.19",
"description": "Hestia Utils library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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