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
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.6 to 9.0.7

lib/arrayShuffle.d.ts

4

CHANGELOG.md

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

# 9.0.7
- feat(utils): add arrayShuffle util
# 9.0.6

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

export * from './abortablePromise';
export * from './arrayDistinct';
export * from './arrayPartition';
export * from './arrayShuffle';
export * from './arrayToDictionary';

@@ -5,0 +6,0 @@ export * as bufferUtils from './bufferUtils';

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

__exportStar(require("./arrayPartition"), exports);
__exportStar(require("./arrayShuffle"), exports);
__exportStar(require("./arrayToDictionary"), exports);

@@ -35,0 +36,0 @@ exports.bufferUtils = __importStar(require("./bufferUtils"));

6

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

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

"jest": "^26.6.3",
"rimraf": "^4.1.2",
"tsx": "^3.12.3",
"rimraf": "^4.4.1",
"tsx": "^3.12.6",
"typescript": "4.9.5"
}
}
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