@0xproject/utils
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
373469
36
549
4
8
+ Addedweb3@^0.20.0
+ Addedcookiejar@2.1.4(transitive)
+ Addedcrypto-js@3.3.0(transitive)
+ Addedutf8@2.1.2(transitive)
+ Addedweb3@0.20.7(transitive)
+ Addedxhr2-cookies@1.1.0(transitive)
+ Addedxmlhttprequest@1.8.0(transitive)