@swyftx/api-crypto-address-validator
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -122,2 +122,4 @@ { | ||
"omg", | ||
"Ontology", | ||
"ont", | ||
"PeerCoin", | ||
@@ -200,3 +202,3 @@ "ppc", | ||
], | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"author": "Swyftx", | ||
@@ -203,0 +205,0 @@ "publishConfig": { |
@@ -8,3 +8,3 @@ # crypto-address-validator | ||
**File size is ~56.5 kB (minifed and gzipped - ~68.8% smaller)**. | ||
**File size is ~80.9 kB (minifed and gzipped - ~70.6% smaller)**. | ||
@@ -99,2 +99,3 @@ ## Installation | ||
* OmiseGO/omg `'OmiseGO'` or `'omg'` | ||
* Ontology/ont `'Ontology'` or `'ont'` | ||
* PeerCoin/ppc `'PeerCoin'` or `'ppc'` | ||
@@ -101,0 +102,0 @@ * PIVX/pivx `'PIVX'` or `'pivx'` |
@@ -475,2 +475,7 @@ const XRPValidator = require('./ripple_validator') | ||
validator: ETHValidator | ||
}, { | ||
name: 'Ontology', | ||
symbol: 'ont', | ||
validator: BTCValidator, | ||
addressTypes: { prod: ['17', '41'] } | ||
}] | ||
@@ -477,0 +482,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1408919
23355
180
10
7