Socket
Socket
Sign inDemoInstall

@trezor/utils

Package Overview
Dependencies
Maintainers
4
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.23 to 9.0.24

lib/bigNumber.d.ts

5

CHANGELOG.md

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

# 9.0.24
- chore: BigNumber wrapper (d18ba9a879)
- chore(utils): silence eslint in logs util (9d4324dc24)
# 9.0.23

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

1

lib/index.d.ts

@@ -43,2 +43,3 @@ export * as bufferUtils from './bufferUtils';

export * from './logsManager';
export * from './bigNumber';
//# sourceMappingURL=index.d.ts.map

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

tslib_1.__exportStar(require("./logsManager"), exports);
tslib_1.__exportStar(require("./bigNumber"), exports);
//# sourceMappingURL=index.js.map

5

package.json
{
"name": "@trezor/utils",
"version": "9.0.23",
"version": "9.0.24",
"author": "Trezor <info@trezor.io>",

@@ -38,3 +38,6 @@ "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils",

"tsx": "^4.7.0"
},
"dependencies": {
"bignumber.js": "^9.1.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