Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "erc-20-abi", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ERC-20 token ABI", | ||
@@ -17,5 +17,5 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/bloq/erc-20-lib#readme", | ||
"homepage": "https://github.com/bloq/erc-20-abi#readme", | ||
"bugs": { | ||
"url": "https://github.com/bloq/erc-20-lib/issues" | ||
"url": "https://github.com/bloq/erc-20-abi/issues" | ||
}, | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"main": "src/abi.json", | ||
"repository": "bloq/erc-20-lib", | ||
"repository": "bloq/erc-20-abi", | ||
"scripts": { | ||
@@ -31,0 +31,0 @@ "lint": "jsonlint src/abi.json -cisq", |
# erc-20-abi | ||
[![Build Status](https://travis-ci.com/github/bloq/erc-20.abi.svg?branch=master)](https://travis-ci.com/github/bloq/erc-20.abi) | ||
[![Build Status](https://travis-ci.com/bloq/erc-20-abi.svg?branch=master)](https://travis-ci.com/bloq/erc-20-abi) | ||
@@ -21,3 +21,3 @@ Just the [ERC-20](https://eips.ethereum.org/EIPS/eip-20) standard token contract [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) in an NPM package. | ||
token.methods.symbol.call().then(console.log) // prints the token's symbol | ||
token.methods.symbol().call().then(console.log) // prints the token's symbol | ||
``` | ||
@@ -24,0 +24,0 @@ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
6443