You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@0x/abi-gen

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/abi-gen - npm Package Compare versions

Comparing version

to
2.0.0

[
{
"version": "2.0.0",
"changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
],
"timestamp": 1549373905
},
{
"timestamp": 1547561734,

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

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

## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.22 - _January 15, 2019_

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

{
"name": "@0x/abi-gen",
"version": "1.0.22",
"version": "2.0.0",
"engines": {

@@ -34,9 +34,9 @@ "node": ">=6.12"

"dependencies": {
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"chalk": "^2.3.0",
"ethereum-types": "^1.1.6",
"ethereum-types": "^2.0.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",

@@ -49,14 +49,14 @@ "sleep": "^5.1.1",

"devDependencies": {
"@0x/tslint-config": "^2.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/glob": "5.0.35",
"@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.1",
"@types/mkdirp": "^0.5.2",
"@types/node": "*",
"@types/sleep": "^0.0.7",
"@types/tmp": "^0.0.33",
"@types/yargs": "^10.0.0",
"chai": "^4.1.2",
"@types/yargs": "^11.0.0",
"chai": "^4.0.1",
"dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0",
"mocha": "^5.2.0",
"mocha": "^4.1.0",
"npm-run-all": "^4.1.2",

@@ -70,3 +70,3 @@ "shx": "^0.2.2",

},
"gitHead": "f570f80674c22f69712c45e8e3c48e948b51f357"
"gitHead": "7b583cecb29c24f561c8befa835ba9ef5a6918f6"
}