nomics-platform
Advanced tools
Comparing version 0.13.7 to 0.13.8
@@ -268,2 +268,4 @@ const au = require('../au') | ||
trades.forEach(t => au.assertPropertyInSet(t, 'side', ['buy', 'sell'], { required: false })) | ||
success = true | ||
} catch (err) { | ||
@@ -270,0 +272,0 @@ console.log(`FAILED: URL ${uri || err.stack} failed with "${err.message}"`) |
{ | ||
"name": "nomics-platform", | ||
"version": "0.13.7", | ||
"version": "0.13.8", | ||
"description": "Nomics Platform Toolkit", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -12,3 +12,3 @@ # Nomics Platform | ||
``` | ||
npx nomics-platform@0.13.7 audit https://path-to-your-api-root | ||
npx nomics-platform@0.13.8 audit https://path-to-your-api-root | ||
``` | ||
@@ -15,0 +15,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
28803
644