@harvest-profit/api
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -37,3 +37,3 @@ 'use strict'; | ||
this.baseUrl = process.env.apiCore_URL || 'http://localhost:3000/apiCore/v3'; | ||
this.baseUrl = process.env.API_URL || 'http://localhost:3000/api/v3'; | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "@harvest-profit/api", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Adds authentication to api requests and manages cookie.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
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
18796