nomics-platform
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -20,4 +20,10 @@ const au = require('../au') | ||
au.assertStringProperty(this.info, 'description', { required: true }) | ||
au.assertStringProperty(this.info, 'location', { required: true }) | ||
au.assertURLProperty(this.info, 'logo', { required: true, https: true }) | ||
if (!process.env.NOMICS_PLATFORM_RELAX) { | ||
au.assert(this.info.description.length >= 1000, 'Expected description to be at least 1,000 characters') | ||
au.assertStringProperty(this.info, 'location', { required: true }) | ||
au.assertURLProperty(this.info, 'logo', { required: true, https: true }) | ||
} | ||
au.assertURLProperty(this.info, 'website', { required: true }) | ||
@@ -39,4 +45,2 @@ au.assertStringProperty(this.info, 'twitter', { required: false }) | ||
au.assert(this.info.description.length >= 1000, 'Expected description to be at least 1,000 characters') | ||
au.assert( | ||
@@ -43,0 +47,0 @@ this.info.capability.trades || |
{ | ||
"name": "nomics-platform", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "Nomics Platform Toolkit", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,4 +15,11 @@ # Nomics Platform | ||
If data functionality needs to be audited prior to all metadata being available, you can use the `NOMICS_PLATFORM_RELAX` | ||
environment variable to temporarily relax requirements for description length, logo URL, and location. | ||
```bash | ||
NOMICS_PLATFORM_RELAX=1 npx nomics-platform audit https://path-to-your-api-root | ||
``` | ||
## Nomics Integration Specifications | ||
* [Cryptocurrency API Exchange Integration Specification](doc/cryptocurrency-api-exchange-integration.md) | ||
- [Cryptocurrency API Exchange Integration Specification](doc/cryptocurrency-api-exchange-integration.md) |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
24973
550
25
3