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.11 to 9.0.12

lib/parseElectrumUrl.d.ts

5

CHANGELOG.md

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

# 9.0.12
- feat(utils): add parseElectrumUrl util (61dce520d)
- feat(utils): add urlToOnion util (37251e0bc)
# 9.0.10

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

2

lib/index.d.ts

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

export * from './objectPartition';
export * from './parseElectrumUrl';
export * from './parseHostname';

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

export * from './topologicalSort';
export * from './urlToOnion';
export * as versionUtils from './versionUtils';

@@ -35,0 +37,0 @@ export * as xssFilters from './xssFilters';

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

__exportStar(require("./objectPartition"), exports);
__exportStar(require("./parseElectrumUrl"), exports);
__exportStar(require("./parseHostname"), exports);

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

__exportStar(require("./topologicalSort"), exports);
__exportStar(require("./urlToOnion"), exports);
exports.versionUtils = __importStar(require("./versionUtils"));

@@ -64,0 +66,0 @@ exports.xssFilters = __importStar(require("./xssFilters"));

2

package.json
{
"name": "@trezor/utils",
"version": "9.0.11",
"version": "9.0.12",
"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