@trezor/utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
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); |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15113
44
281
1