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

@trezor/utils

Package Overview
Dependencies
Maintainers
6
Versions
36
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 1.0.0 to 1.0.1

CHANGELOG.md

5

lib/index.d.ts
export * from './createDeferred';
export * from './arrayDistinct';
export * from './arrayPartition';
export * from './arrayToDictionary';
export * from './bytesToHumanReadable';

@@ -14,2 +16,5 @@ export * from './mergeObject';

export * from './isAscii';
export * from './isNotUndefined';
export * as versionUtils from './versionUtils';
export * from './objectPartition';
export * from './throwError';

@@ -15,3 +15,5 @@ "use strict";

__exportStar(require("./createDeferred"), exports);
__exportStar(require("./arrayDistinct"), exports);
__exportStar(require("./arrayPartition"), exports);
__exportStar(require("./arrayToDictionary"), exports);
__exportStar(require("./bytesToHumanReadable"), exports);

@@ -28,2 +30,5 @@ __exportStar(require("./mergeObject"), exports);

__exportStar(require("./isAscii"), exports);
__exportStar(require("./isNotUndefined"), exports);
exports.versionUtils = require("./versionUtils");
__exportStar(require("./objectPartition"), exports);
__exportStar(require("./throwError"), exports);

2

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/trezor/trezor-suite/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