@ethereumjs/util
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -28,4 +28,5 @@ /** | ||
*/ | ||
export * from './asyncEventEmitter'; | ||
export { arrayContainsArray, fromAscii, fromUtf8, getBinarySize, getKeys, isHexPrefixed, isHexString, padToEven, stripHexPrefix, toAscii, } from './internal'; | ||
export * from './lock'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -45,2 +45,3 @@ "use strict"; | ||
*/ | ||
__exportStar(require("./asyncEventEmitter"), exports); | ||
var internal_1 = require("./internal"); | ||
@@ -47,0 +48,0 @@ Object.defineProperty(exports, "arrayContainsArray", { enumerable: true, get: function () { return internal_1.arrayContainsArray; } }); |
{ | ||
"name": "@ethereumjs/util", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A collection of utility functions for Ethereum", | ||
@@ -87,2 +87,3 @@ "keywords": [ | ||
"@ethereumjs/rlp": "^4.0.0-beta.2", | ||
"async": "^3.2.4", | ||
"ethereum-cryptography": "^1.1.2" | ||
@@ -89,0 +90,0 @@ }, |
@@ -34,2 +34,3 @@ /** | ||
*/ | ||
export * from './asyncEventEmitter' | ||
export { | ||
@@ -36,0 +37,0 @@ arrayContainsArray, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
202831
58
3773
3
+ Addedasync@^3.2.4
+ Addedasync@3.2.6(transitive)