Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.8.0 to 5.8.1

9

CHANGELOG.json
[
{
"timestamp": 1660803501,
"version": "5.8.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "5.8.0",

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

4

CHANGELOG.md

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

## v5.8.1 - _August 18, 2022_
* Dependencies updated
## v5.8.0 - _March 16, 2022_

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

38

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

@@ -39,5 +39,5 @@ "node": ">=6.12"

"prettier_contract_wrappers": "prettier --write ./test-cli/output/typescript/* --config ../.prettierrc",
"generate_contract_wrappers": "run-p gen_typescript gen_python",
"generate_contract_wrappers": "run-p gen_typescript",
"gen_typescript": "abi-gen --abis ${npm_package_config_abis} --debug --output ./test-cli/output/typescript --backend ethers",
"gen_python": "pip install regex==2019.11.1 && pip install black && abi-gen --abis ${npm_package_config_abis} --output ./test-cli/output/python --language Python",
"gen_python": "pip install regex==2019.11.1 && pip install black && abi-gen --abis ${npm_package_config_abis} --output ./test-cli/output/python --language Python",
"diff_contract_wrappers": "git diff --exit-code ./test-cli/output",

@@ -66,5 +66,5 @@ "coverage:report:text": "istanbul report text",

"dependencies": {
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
"@0x/utils": "^6.5.3",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@types/node": "12.12.54",

@@ -75,6 +75,6 @@ "@types/toposort": "^2.0.1",

"cli-format": "^3.0.9",
"ethereum-types": "^3.7.0",
"ethereum-types": "^3.7.1",
"glob": "^7.1.2",
"handlebars": "^4.1.2",
"lodash": "^4.17.11",
"lodash": "^4.17.21",
"mkdirp": "^0.5.1",

@@ -84,14 +84,14 @@ "tmp": "^0.0.33",

"toposort": "^2.0.2",
"yargs": "^10.0.3"
"yargs": "^17.5.1"
},
"devDependencies": {
"@0x/assert": "^3.0.34",
"@0x/base-contract": "^6.5.0",
"@0x/contracts-gen": "^2.0.46",
"@0x/dev-utils": "^4.2.14",
"@0x/json-schemas": "^6.4.4",
"@0x/sol-compiler": "^4.8.1",
"@0x/subproviders": "^6.6.5",
"@0x/tslint-config": "^4.1.4",
"@0x/web3-wrapper": "^7.6.5",
"@0x/assert": "^3.0.35",
"@0x/base-contract": "^7.0.0",
"@0x/contracts-gen": "^2.0.47",
"@0x/dev-utils": "^5.0.0",
"@0x/json-schemas": "^6.4.5",
"@0x/sol-compiler": "^4.8.2",
"@0x/subproviders": "^7.0.0",
"@0x/tslint-config": "^4.1.5",
"@0x/web3-wrapper": "^8.0.0",
"@types/glob": "5.0.35",

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

],
"gitHead": "0787b82635f14a94f65ef957bda1fdf092a733fb"
"gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
}
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