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.7 to 9.0.8

lib/getLocaleSeparators.d.ts

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 9.0.8
- 63bc156f2 fix(suite-common): allow long decimals with localizeNumber
- 19360addf chore: move resolveStaticPath from utils to suite-common
# 9.0.7

@@ -2,0 +7,0 @@

2

lib/index.d.ts

@@ -26,3 +26,2 @@ export * from './abortablePromise';

export * from './redactUserPath';
export * from './resolveStaticPath';
export * from './scheduleAction';

@@ -34,2 +33,3 @@ export * from './throwError';

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

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

__exportStar(require("./redactUserPath"), exports);
__exportStar(require("./resolveStaticPath"), exports);
__exportStar(require("./scheduleAction"), exports);

@@ -63,2 +62,3 @@ __exportStar(require("./throwError"), exports);

exports.xssFilters = __importStar(require("./xssFilters"));
__exportStar(require("./getLocaleSeparators"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@trezor/utils",
"version": "9.0.7",
"version": "9.0.8",
"author": "Trezor <info@trezor.io>",

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

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