Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xproject/utils

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xproject/utils - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

lib/abi_decoder.d.ts

1

lib/index.d.ts

@@ -6,1 +6,2 @@ export { promisify } from './promisify';

export { BigNumber } from './configured_bignumber';
export { AbiDecoder } from './abi_decoder';

@@ -13,2 +13,4 @@ "use strict";

exports.BigNumber = configured_bignumber_1.BigNumber;
var abi_decoder_1 = require("./abi_decoder");
exports.AbiDecoder = abi_decoder_1.AbiDecoder;
//# sourceMappingURL=index.js.map

11

package.json
{
"name": "@0xproject/utils",
"version": "0.2.3",
"version": "0.2.4",
"description": "0x TS utils",

@@ -22,3 +22,4 @@ "main": "lib/index.js",

"devDependencies": {
"@0xproject/tslint-config": "^0.4.5",
"@0xproject/tslint-config": "^0.4.6",
"@0xproject/types": "^0.1.8",
"@types/lodash": "^4.14.86",

@@ -28,3 +29,4 @@ "npm-run-all": "^4.1.2",

"tslint": "5.8.0",
"typescript": "~2.6.1"
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.8"
},

@@ -34,4 +36,5 @@ "dependencies": {

"js-sha3": "^0.7.0",
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"web3": "^0.20.0"
}
}

@@ -6,1 +6,2 @@ export { promisify } from './promisify';

export { BigNumber } from './configured_bignumber';
export { AbiDecoder } from './abi_decoder';

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