Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trezor/utils

Package Overview
Dependencies
Maintainers
4
Versions
37
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.18 to 9.0.19

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 9.0.19
- fix(utils): correct `getSynchronize` return type (4bc47d794)
# 9.0.18

@@ -2,0 +6,0 @@

2

lib/getSynchronize.d.ts

@@ -1,3 +0,3 @@

export declare const getSynchronize: () => <T>(action: () => T | Promise<T>) => Promise<T>;
export declare const getSynchronize: () => <T>(action: () => T) => T extends Promise<unknown> ? T : Promise<T>;
export type Synchronize = ReturnType<typeof getSynchronize>;
//# sourceMappingURL=getSynchronize.d.ts.map
{
"name": "@trezor/utils",
"version": "9.0.18",
"version": "9.0.19",
"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