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

ethereum-address

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-address - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Ethereum address validation",
"version": "0.0.1",
"version": "0.0.2",
"engineStrict": true,

@@ -8,0 +8,0 @@ "engines": {

# ethereum-address
Ethereum address validation
This is a clone of the [web3.js](https://github.com/ethereum/web3.js)
`isAddress` utility method, but without the rest of web3.js.
[`isAddress`](https://github.com/ethereum/web3.js/blob/master/lib/utils/utils.js)
utility method, but without the rest of web3.js.
## Install
```
https://github.com/ethereum/web3.js/blob/master/lib/utils/utils.js
npm install ethereum-address
```
## Usage
```
var ethereum_address = require('ethereum-address');
if (ethereum_address.isAddress(value)) {
console.log('Valid ethereum address.');
}
else {
console.log('Invalid Ethereum address.');
}
```
## API
### isAddress (address)
Returns true if the address (string) is an Ethereum address
### isChecksumAddress (address)
Returns true if the address (string) is an Ethereum checksum address
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