Socket
Socket
Sign inDemoInstall

ethereum-regex

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-regex - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

index.d.ts

12

package.json
{
"name": "ethereum-regex",
"version": "1.1.9",
"version": "1.1.10",
"description": "Regular expression for matching Ethereum (ETH) addresses.",

@@ -9,3 +9,3 @@ "license": "MIT",

"name": "Nikolaos Kamarinakis",
"url": "nikolaskama.me",
"url": "https://nikolaskama.me",
"email": "nikolaskam@gmail.com"

@@ -18,3 +18,3 @@ },

"scripts": {
"test": "ava"
"test": "ava && tsd"
},

@@ -27,7 +27,9 @@ "keywords": [

"files": [
"index.js"
"index.js",
"index.d.ts"
],
"devDependencies": {
"ava": "^1.2.1"
"ava": "^1.2.1",
"tsd": "^0.11.0"
}
}

@@ -46,8 +46,2 @@ # ethereum-regex [![Build Status](https://travis-ci.org/k4m4/ethereum-regex.svg?branch=master)](https://travis-ci.org/k4m4/ethereum-regex)

## Credits
- [bitcoin-regex](https://github.com/kevva/bitcoin-regex) - ethereum-regex was inspired by this project by [kevva](https://github.com/kevva).
- [ip-regex](https://github.com/sindresorhus/ip-regex) - most of the documentation format has been adapted from this project by [sindresorhus](https://github.com/sindresorhus).
## Related

@@ -54,0 +48,0 @@

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