cryptocurrency-address-detector
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "cryptocurrency-address-detector", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Detect which cryptocurrency an address corresponds to.", | ||
@@ -12,2 +12,5 @@ "license": "MIT", | ||
}, | ||
"ava": { | ||
"babel": true | ||
}, | ||
"engines": { | ||
@@ -30,3 +33,4 @@ "node": ">=6" | ||
"devDependencies": { | ||
"ava": "^1.4.1" | ||
"@ava/babel": "^1.0.1", | ||
"ava": "^3.5.2" | ||
}, | ||
@@ -36,14 +40,14 @@ "dependencies": { | ||
"bitcoin-regex": "^2.0.0", | ||
"bitcoincash-regex": "^1.1.3", | ||
"dash-regex": "^1.0.8", | ||
"dogecoin-regex": "^1.0.7", | ||
"ethereum-regex": "^1.1.8", | ||
"litecoin-regex": "^1.0.6", | ||
"monero-regex": "^1.0.6", | ||
"neo-regex": "^1.0.5", | ||
"bitcoincash-regex": "^1.1.8", | ||
"dash-regex": "^1.0.10", | ||
"dogecoin-regex": "^1.0.9", | ||
"ethereum-regex": "^1.1.12", | ||
"litecoin-regex": "^1.0.8", | ||
"monero-regex": "^1.0.8", | ||
"neo-regex": "^1.0.7", | ||
"p-any": "^1.1.0", | ||
"p-timeout": "^2.0.1", | ||
"pify": "^3.0.0", | ||
"ripple-regex": "^1.1.6" | ||
"ripple-regex": "^1.1.8" | ||
} | ||
} |
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
5853
2
Updatedbitcoincash-regex@^1.1.8
Updateddash-regex@^1.0.10
Updateddogecoin-regex@^1.0.9
Updatedethereum-regex@^1.1.12
Updatedlitecoin-regex@^1.0.8
Updatedmonero-regex@^1.0.8
Updatedneo-regex@^1.0.7
Updatedripple-regex@^1.1.8