New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0x/web3-wrapper

Package Overview
Dependencies
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/web3-wrapper - npm Package Compare versions

Comparing version 6.0.7 to 6.0.8

LICENSE

10

CHANGELOG.json
[
{
"version": "6.0.8",
"changes": [
{
"note": "re-export new ethereum-types types, TupleDataItem",
"pr": 1919
}
],
"timestamp": 1563957393
},
{
"timestamp": 1563006338,

@@ -4,0 +14,0 @@ "version": "6.0.7",

4

CHANGELOG.md

@@ -8,2 +8,6 @@ <!--

## v6.0.8 - _July 24, 2019_
* re-export new ethereum-types types, TupleDataItem (#1919)
## v6.0.7 - _July 13, 2019_

@@ -10,0 +14,0 @@

2

lib/src/index.d.ts
export { Web3Wrapper } from './web3_wrapper';
export { marshaller } from './marshaller';
export { AbiDecoder, DecodedCalldata } from '@0x/utils';
export { BlockParam, TxData, SupportedProvider, TransactionReceipt, Transaction, TraceParams, TransactionTrace, BlockWithoutTransactionData, LogEntry, FilterObject, CallData, TransactionReceiptWithDecodedLogs, BlockWithTransactionData, LogTopic, JSONRPCRequestPayload, TransactionReceiptStatus, DecodedLogArgs, StructLog, BlockParamLiteral, ContractEventArg, DecodedLogEntry, LogEntryEvent, OpCode, TxDataPayable, JSONRPCErrorCallback, JSONRPCResponsePayload, JSONRPCResponseError, RawLogEntry, DecodedLogEntryEvent, LogWithDecodedArgs, AbiDefinition, RawLog, FunctionAbi, EventAbi, EventParameter, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, ConstructorStateMutability, StateMutability, Web3JsProvider, GanacheProvider, EIP1193Provider, ZeroExProvider, EIP1193Event, Web3JsV1Provider, Web3JsV2Provider, Web3JsV3Provider, } from 'ethereum-types';
export { BlockParam, TxData, SupportedProvider, TransactionReceipt, Transaction, TraceParams, TransactionTrace, BlockWithoutTransactionData, LogEntry, FilterObject, CallData, TransactionReceiptWithDecodedLogs, BlockWithTransactionData, LogTopic, JSONRPCRequestPayload, TransactionReceiptStatus, DecodedLogArgs, StructLog, BlockParamLiteral, ContractEventArg, DecodedLogEntry, LogEntryEvent, OpCode, TxDataPayable, JSONRPCErrorCallback, JSONRPCResponsePayload, JSONRPCResponseError, RawLogEntry, DecodedLogEntryEvent, LogWithDecodedArgs, AbiDefinition, RawLog, FunctionAbi, EventAbi, EventParameter, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, TupleDataItem, ConstructorStateMutability, StateMutability, Web3JsProvider, GanacheProvider, EIP1193Provider, ZeroExProvider, EIP1193Event, Web3JsV1Provider, Web3JsV2Provider, Web3JsV3Provider, } from 'ethereum-types';
export { Web3WrapperErrors, NodeType, CallDataRPC, BlockWithoutTransactionDataRPC, BlockWithTransactionDataRPC, TransactionReceiptStatusRPC, TransactionReceiptRPC, LogEntryRPC, TransactionRPC, TxDataRPC, } from './types';
//# sourceMappingURL=index.d.ts.map
{
"name": "@0x/web3-wrapper",
"version": "6.0.7",
"version": "6.0.8",
"engines": {

@@ -57,7 +57,7 @@ "node": ">=6.12"

"dependencies": {
"@0x/assert": "^2.1.0",
"@0x/json-schemas": "^3.0.11",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
"ethereum-types": "^2.1.3",
"@0x/assert": "^2.1.1",
"@0x/json-schemas": "^3.1.11",
"@0x/typescript-typings": "^4.2.4",
"@0x/utils": "^4.4.1",
"ethereum-types": "^2.1.4",
"ethereumjs-util": "^5.1.1",

@@ -70,3 +70,3 @@ "ethers": "~4.0.4",

},
"gitHead": "e8535551650633b26eac8330b91b6a1b92ec43f3"
"gitHead": "6f3cee1a1e64bac518dfbe780920efe46bf76d40"
}

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