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

@meteorwallet/utils

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteorwallet/utils - npm Package Compare versions

Comparing version 0.36.0 to 0.37.0

5

dist/esm/javascript_type_utils/string_utils/getTextLogicalParts.js

@@ -12,3 +12,2 @@ const splitWordsByCaseRegex = /([a-z])([A-Z])/g;

const ignoreCase = ignoreCaseDividers ?? hasUniformCase;
console.log(textOnly);
if (!ignoreCase) {

@@ -25,7 +24,3 @@ parts = parts.flatMap((part) => part

}
/*const parts: string[] = textWithSpaces
// Split by spaces to get the individual words
.split(/\s+/)
.filter((part) => part.length > 0);*/
return outputLowercase ? parts.map((part) => part.toLowerCase()) : parts;
}

3

dist/esm/javascript_type_utils/string_utils/shortenMiddleOut.js

@@ -12,5 +12,2 @@ const DEFAULT_START_WEIGHT = 0.6;

const secondPartLength = maxLengthWithoutFiller - firstPartLength;
console.log("firstPartLength", firstPartLength);
console.log("secondPartLength", secondPartLength);
console.log("filler", filler);
let firstPart = text.slice(0, firstPartLength);

@@ -17,0 +14,0 @@ let secondPart = text.slice(text.length - secondPartLength);

2

package.json
{
"name": "@meteorwallet/utils",
"version": "0.36.0",
"version": "0.37.0",
"description": "Utility functions used in Meteor Wallet",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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