Socket
Socket
Sign inDemoInstall

@ethereumjs/util

Package Overview
Dependencies
Maintainers
4
Versions
18
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.6 to 8.1.0

4

dist/index.d.ts

@@ -30,6 +30,2 @@ /**

/**
* SSZ containers
*/
export * as ssz from './ssz';
/**
* Helpful TypeScript types

@@ -36,0 +32,0 @@ */

@@ -17,3 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.toAscii = exports.stripHexPrefix = exports.padToEven = exports.isHexString = exports.isHexPrefixed = exports.getKeys = exports.getBinarySize = exports.fromUtf8 = exports.fromAscii = exports.arrayContainsArray = exports.ssz = void 0;
exports.toAscii = exports.stripHexPrefix = exports.padToEven = exports.isHexString = exports.isHexPrefixed = exports.getKeys = exports.getBinarySize = exports.fromUtf8 = exports.fromAscii = exports.arrayContainsArray = void 0;
/**

@@ -48,6 +48,2 @@ * Constants

/**
* SSZ containers
*/
exports.ssz = require("./ssz");
/**
* Helpful TypeScript types

@@ -54,0 +50,0 @@ */

3

package.json
{
"name": "@ethereumjs/util",
"version": "8.0.6",
"version": "8.1.0",
"description": "A collection of utility functions for Ethereum",

@@ -86,3 +86,2 @@ "keywords": [

"dependencies": {
"@chainsafe/ssz": "^0.11.1",
"@ethereumjs/rlp": "^4.0.1",

@@ -89,0 +88,0 @@ "ethereum-cryptography": "^2.0.0",

@@ -37,7 +37,2 @@ /**

/**
* SSZ containers
*/
export * as ssz from './ssz'
/**
* Helpful TypeScript types

@@ -44,0 +39,0 @@ */

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