Comparing version 0.2.0 to 0.2.1
@@ -7,3 +7,3 @@ const url = require('url') | ||
const defaultApiUrl = 'https://api.mythril.ai' | ||
const defaultApiUrl = process.env['MYTHRIL_API_URL'] || 'https://api.mythril.ai' | ||
const defaultApiVersion = 'v1' | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "armlet", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A Mythril Platform API client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
33007
1