@maple-app/sdk-node
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -5,2 +5,4 @@ # Changelog | ||
## [0.2.2](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.2.1...sdk-node-0.2.2) (2023-08-15) | ||
## [0.2.1](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.2.0...sdk-node-0.2.1) (2023-08-14) | ||
@@ -7,0 +9,0 @@ |
@@ -5,3 +5,3 @@ "use strict"; | ||
const configuration = new sdk_node_1.Configuration({ | ||
apiKey: process.env["MAPLE_API_KEY"], | ||
apiKey: process.env["YOUR_MAPLE_API_KEY"], | ||
basePath: "https://mact-api-prod.herokuapp.com/api", | ||
@@ -8,0 +8,0 @@ }); |
{ | ||
"name": "@maple-app/sdk-node", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "The Maple REST API SDK for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -17,3 +17,3 @@ # @maple-app/sdk-node | ||
# Export your Maple REST API key | ||
export MAPLE_API_KEY=[YOUR_API_KEY] | ||
export MAPLE_API_KEY=[YOUR_MAPLE_API_KEY] | ||
``` | ||
@@ -30,3 +30,3 @@ | ||
const configuration = new Configuration({ | ||
apiKey: process.env["MAPLE_API_KEY"], | ||
apiKey: process.env["YOUR_MAPLE_API_KEY"], | ||
basePath: "https://mact-api-prod.herokuapp.com/api", | ||
@@ -33,0 +33,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
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
129053