Socket
Socket
Sign inDemoInstall

web3-types

Package Overview
Dependencies
Maintainers
5
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-types - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1-dev.408125.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

2

lib/commonjs/eth_contract_types.d.ts

@@ -87,3 +87,3 @@ import { Address, Uint } from './eth_types.js';

/**
* The {@doclink glossary/json_interface | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
* The {@doclink glossary#json-interface-abi | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
*

@@ -90,0 +90,0 @@ * Re-setting this will regenerate the methods and events of the contract instance.

@@ -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

@@ -87,3 +87,3 @@ import { Address, Uint } from './eth_types.js';

/**
* The {@doclink glossary/json_interface | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
* The {@doclink glossary#json-interface-abi | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
*

@@ -90,0 +90,0 @@ * Re-setting this will regenerate the methods and events of the contract instance.

{
"name": "web3-types",
"version": "1.6.0",
"version": "1.6.1-dev.0408125.0+0408125",
"description": "Provide the common data structures and interfaces for web3 modules.",

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

"build:check": "node -e \"require('./lib')\"",
"lint": "eslint --ext .js,.ts .",
"lint": "eslint --cache --cache-strategy content --ext .ts .",
"lint:fix": "eslint --fix --ext .js,.ts .",

@@ -60,3 +60,3 @@ "format": "prettier --write '**/*'",

},
"gitHead": "93eeccb96d7bcddfa49ed4c4848dbf55b825546c"
"gitHead": "040812570a6ef68b7123c323a34ea79466154455"
}

@@ -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 @@

@@ -117,3 +117,3 @@ /*

/**
* The {@doclink glossary/json_interface | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
* The {@doclink glossary#json-interface-abi | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
*

@@ -120,0 +120,0 @@ * Re-setting this will regenerate the methods and events of the contract instance.

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc