@emilgroup/auth-sdk-node
Advanced tools
+1
-0
@@ -54,2 +54,3 @@ /* tslint:disable */ | ||
| ProductionZurich = 'https://eu-central-2.apiv2.emil.de', | ||
| StagingZurich = 'https://eu-central-2.apiv2-staging.emil.de', | ||
| } | ||
@@ -56,0 +57,0 @@ |
+2
-1
@@ -34,3 +34,4 @@ /** | ||
| Development = "https://apiv2-dev.emil.de", | ||
| ProductionZurich = "https://eu-central-2.apiv2.emil.de" | ||
| ProductionZurich = "https://eu-central-2.apiv2.emil.de", | ||
| StagingZurich = "https://eu-central-2.apiv2-staging.emil.de" | ||
| } | ||
@@ -37,0 +38,0 @@ export declare function resetRetry(): void; |
+1
-0
@@ -135,2 +135,3 @@ "use strict"; | ||
| Environment["ProductionZurich"] = "https://eu-central-2.apiv2.emil.de"; | ||
| Environment["StagingZurich"] = "https://eu-central-2.apiv2-staging.emil.de"; | ||
| })(Environment = exports.Environment || (exports.Environment = {})); | ||
@@ -137,0 +138,0 @@ var _retry_count = 0; |
+2
-2
| { | ||
| "name": "@emilgroup/auth-sdk-node", | ||
| "version": "1.22.1-beta.0", | ||
| "version": "1.22.1-beta.6", | ||
| "description": "OpenAPI client for @emilgroup/auth-sdk-node", | ||
@@ -21,3 +21,3 @@ "author": "OpenAPI-Generator Contributors", | ||
| "dependencies": { | ||
| "axios": "^1.12.0", | ||
| "axios": "1.12.0", | ||
| "form-data": "^4.0.0", | ||
@@ -24,0 +24,0 @@ "url": "^0.11.0" |
+2
-2
@@ -20,7 +20,7 @@ # Emil Auth SDK | ||
| ``` | ||
| npm install @emilgroup/auth-sdk-node@1.22.1-beta.0 --save | ||
| npm install @emilgroup/auth-sdk-node@1.22.1-beta.6 --save | ||
| ``` | ||
| or | ||
| ``` | ||
| yarn add @emilgroup/auth-sdk-node@1.22.1-beta.0 | ||
| yarn add @emilgroup/auth-sdk-node@1.22.1-beta.6 | ||
| ``` | ||
@@ -27,0 +27,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
338246
0.06%8296
0.04%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated