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.35.0 to 0.36.0

dist/esm/javascript_type_utils/string_utils/shortenMiddleOut.d.ts

2

dist/esm/javascript_type_utils/string.utils.d.ts
import { convertToNamingStyle } from "./string_utils/convertToNamingStyle";
import { getTextLogicalParts } from "./string_utils/getTextLogicalParts";
import { inspectTextNaming } from "./string_utils/inspectTextNaming";
import { shortenMiddleOut } from "./string_utils/shortenMiddleOut";
export declare const notNullEmpty: (str: string | null | undefined) => str is string;

@@ -14,4 +15,5 @@ export declare const nullEmpty: (str: string | null | undefined) => str is null | undefined | "";

getTextLogicalParts: typeof getTextLogicalParts;
shortenMiddleOut: typeof shortenMiddleOut;
};
export {};
//# sourceMappingURL=string.utils.d.ts.map
import { convertToNamingStyle } from "./string_utils/convertToNamingStyle";
import { getTextLogicalParts } from "./string_utils/getTextLogicalParts";
import { inspectTextNaming } from "./string_utils/inspectTextNaming";
import { shortenMiddleOut } from "./string_utils/shortenMiddleOut";
export const notNullEmpty = (str) => {

@@ -20,2 +21,3 @@ return str != null && str.length > 0;

getTextLogicalParts,
shortenMiddleOut,
};

2

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

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

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