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
5
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 4.0.2 to 5.0.0

coverage/lcov.info

10

CHANGELOG.json
[
{
"version": "5.0.0",
"changes": [
{
"note": "Export `DecodedCalldata` from @0x/utils",
"pr": 1569
}
],
"timestamp": 1549733923
},
{
"version": "4.0.2",

@@ -4,0 +14,0 @@ "changes": [

4

CHANGELOG.md

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

## v5.0.0 - _February 9, 2019_
* Export `DecodedCalldata` from @0x/utils (#1569)
## v4.0.2 - _February 7, 2019_

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

2

lib/src/index.d.ts
export { Web3Wrapper } from './web3_wrapper';
export { marshaller } from './marshaller';
export { AbiDecoder } from '@0x/utils';
export { AbiDecoder, DecodedCalldata } from '@0x/utils';
export { BlockParam, TxData, Provider, TransactionReceipt, Transaction, TraceParams, TransactionTrace, BlockWithoutTransactionData, LogEntry, FilterObject, CallData, TransactionReceiptWithDecodedLogs, BlockWithTransactionData, LogTopic, JSONRPCRequestPayload, TransactionReceiptStatus, DecodedLogArgs, StructLog, JSONRPCErrorCallback, BlockParamLiteral, ContractEventArg, DecodedLogEntry, LogEntryEvent, OpCode, TxDataPayable, JSONRPCResponsePayload, JSONRPCResponseError, RawLogEntry, DecodedLogEntryEvent, LogWithDecodedArgs, AbiDefinition, RawLog, FunctionAbi, EventAbi, EventParameter, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, ConstructorStateMutability, StateMutability, } 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": "4.0.2",
"version": "5.0.0",
"engines": {

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

"dependencies": {
"@0x/assert": "^2.0.2",
"@0x/json-schemas": "^3.0.2",
"@0x/assert": "^2.0.3",
"@0x/json-schemas": "^3.0.3",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.3",
"@0x/utils": "^4.1.0",
"ethereum-types": "^2.0.0",

@@ -70,3 +70,3 @@ "ethereumjs-util": "^5.1.1",

},
"gitHead": "f003298ce4c7a2201d2d59685b0d5d0411aeb55d"
"gitHead": "e909faa3ef9cea5d9b4044b993251e98afdb0d19"
}

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