Socket
Socket
Sign inDemoInstall

@trezor/utils

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/utils - npm Package Compare versions

Comparing version 9.0.14 to 9.0.15

lib/addDashesToSpaces.d.ts

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# 9.0.15
- chore(repo): Upgrade TS 5.3 (#10017) (7277f9d0f)
- chore(jest): update jest in packages without issues (7458ab20f)
- chore(repo): upgrade to TS 5.2 (#9989) (bf8d0fe80)
- chore(connect): improve error message (07d504662)
- feat(deps): update deps without breaking changes (7e0584c51)
- feat(utils): addDashesToSpaces utils (116c3a927)
- chore: update prettier to v3 and reformat (4229fd483)
- chore(desktop): update deps related to desktop packages (af412cfb5)
# 9.0.13

@@ -2,0 +13,0 @@

1

lib/index.d.ts

@@ -37,2 +37,3 @@ export * from './arrayDistinct';

export * from './getLocaleSeparators';
export * from './addDashesToSpaces';
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./getLocaleSeparators"), exports);
__exportStar(require("./addDashesToSpaces"), exports);
//# sourceMappingURL=index.js.map

2

lib/versionUtils.js

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

if (!(0, exports.isVersionArray)(arr)) {
throw new Error('version string is in wrong format');
throw new Error(`version string is in wrong format: ${version}`);
}

@@ -31,0 +31,0 @@ return arr;

{
"name": "@trezor/utils",
"version": "9.0.14",
"version": "9.0.15",
"author": "Trezor <info@trezor.io>",

@@ -31,7 +31,7 @@ "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils",

"devDependencies": {
"jest": "^26.6.3",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "4.9.5"
"jest": "29.5.0",
"rimraf": "^5.0.5",
"tsx": "^3.14.0",
"typescript": "5.3.2"
}
}
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