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

@0x/abi-gen

Package Overview
Dependencies
Maintainers
10
Versions
87
Alerts
File Explorer

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
5.2.1

13

CHANGELOG.json
[
{
"timestamp": 1582623685,
"version": "5.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "5.2.0",

@@ -8,2 +17,6 @@ "changes": [

"pr": 2463
},
{
"note": "Update reference outputs",
"pr": 2466
}

@@ -10,0 +23,0 @@ ],

@@ -8,5 +8,10 @@ <!--

## v5.2.1 - _February 25, 2020_
* Dependencies updated
## v5.2.0 - _February 8, 2020_
* Support deploying contracts with unliked libraries through `deployWithLibrariesFrom0xArtifactAsync()` (#2463)
* Update reference outputs (#2466)

@@ -13,0 +18,0 @@ ## v5.1.2 - _February 6, 2020_

22

package.json
{
"name": "@0x/abi-gen",
"version": "5.2.0",
"version": "5.2.1",
"engines": {

@@ -67,3 +67,3 @@ "node": ">=6.12"

"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.0",
"@0x/utils": "^5.4.1",
"@types/toposort": "^2.0.1",

@@ -84,11 +84,11 @@ "chalk": "^2.3.0",

"devDependencies": {
"@0x/assert": "^3.0.6",
"@0x/base-contract": "^6.2.0",
"@0x/contracts-gen": "^2.0.7",
"@0x/dev-utils": "^3.2.0",
"@0x/json-schemas": "^5.0.6",
"@0x/sol-compiler": "^4.0.7",
"@0x/subproviders": "^6.0.7",
"@0x/assert": "^3.0.7",
"@0x/base-contract": "^6.2.1",
"@0x/contracts-gen": "^2.0.8",
"@0x/dev-utils": "^3.2.1",
"@0x/json-schemas": "^5.0.7",
"@0x/sol-compiler": "^4.0.8",
"@0x/subproviders": "^6.0.8",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.6",
"@0x/web3-wrapper": "^7.0.7",
"@types/glob": "5.0.35",

@@ -123,3 +123,3 @@ "@types/mkdirp": "^0.5.2",

],
"gitHead": "5754c11e34b6c833898184360398fb6287d54138"
"gitHead": "2dd47a21033c42d738503a36494505962353a3c4"
}