Socket
Socket
Sign inDemoInstall

web3-types

Package Overview
Dependencies
Maintainers
5
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1-dev.e29deea.0 to 1.6.1-dev.ebbbf1e.0

5

lib/commonjs/data_format_types.js

@@ -32,4 +32,7 @@ "use strict";

})(FMT_BYTES = exports.FMT_BYTES || (exports.FMT_BYTES = {}));
exports.DEFAULT_RETURN_FORMAT = { number: FMT_NUMBER.BIGINT, bytes: FMT_BYTES.HEX };
exports.DEFAULT_RETURN_FORMAT = {
number: FMT_NUMBER.BIGINT,
bytes: FMT_BYTES.HEX,
};
exports.ETH_DATA_FORMAT = { number: FMT_NUMBER.HEX, bytes: FMT_BYTES.HEX };
//# sourceMappingURL=data_format_types.js.map

@@ -29,4 +29,7 @@ /*

})(FMT_BYTES || (FMT_BYTES = {}));
export const DEFAULT_RETURN_FORMAT = { number: FMT_NUMBER.BIGINT, bytes: FMT_BYTES.HEX };
export const DEFAULT_RETURN_FORMAT = {
number: FMT_NUMBER.BIGINT,
bytes: FMT_BYTES.HEX,
};
export const ETH_DATA_FORMAT = { number: FMT_NUMBER.HEX, bytes: FMT_BYTES.HEX };
//# sourceMappingURL=data_format_types.js.map

4

package.json
{
"name": "web3-types",
"version": "1.6.1-dev.e29deea.0+e29deea",
"version": "1.6.1-dev.ebbbf1e.0+ebbbf1e",
"description": "Provide the common data structures and interfaces for web3 modules.",

@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js",

},
"gitHead": "e29deeac2bb9705d70c839cd825bc34a93cde1b6"
"gitHead": "ebbbf1e8bb2562708f89de431fc630ea7d665624"
}

@@ -49,3 +49,6 @@ /*

export const DEFAULT_RETURN_FORMAT = { number: FMT_NUMBER.BIGINT, bytes: FMT_BYTES.HEX } as const;
export const DEFAULT_RETURN_FORMAT = {
number: FMT_NUMBER.BIGINT,
bytes: FMT_BYTES.HEX,
} as const;
export const ETH_DATA_FORMAT = { number: FMT_NUMBER.HEX, bytes: FMT_BYTES.HEX } as const;

@@ -52,0 +55,0 @@

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc