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

@ethereumjs/util

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethereumjs/util - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

dist/asyncEventEmitter.d.ts

1

dist/index.d.ts

@@ -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; } });

3

package.json
{
"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

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