ethereum-regex
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"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 @@ |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
4522
5
24
0
2
59