🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@emilgroup/gdv-sdk-node

Package Overview
Dependencies
Maintainers
24
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/gdv-sdk-node - npm Package Compare versions

Comparing version
2.7.1-beta.15
to
2.12.0
+1
-0
base.ts

@@ -63,2 +63,3 @@ /* tslint:disable */

ProductionZurich = 'https://eu-central-2.apiv2.emil.de',
StagingZurich = 'https://eu-central-2.apiv2-staging.emil.de',
}

@@ -65,0 +66,0 @@

+2
-1

@@ -42,3 +42,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"
}

@@ -45,0 +46,0 @@ export declare function resetRetry(): void;

@@ -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;

{
"name": "@emilgroup/gdv-sdk-node",
"version": "2.7.1-beta.15",
"version": "2.12.0",
"description": "OpenAPI client for @emilgroup/gdv-sdk-node",

@@ -21,3 +21,3 @@ "author": "OpenAPI-Generator Contributors",

"dependencies": {
"axios": "1.12.0",
"axios": "1.18.0",
"form-data": "^4.0.0",

@@ -24,0 +24,0 @@ "url": "^0.11.0"

@@ -20,7 +20,7 @@ # Emil GDV SDK

```
npm install @emilgroup/gdv-sdk-node@2.7.1-beta.15 --save
npm install @emilgroup/gdv-sdk-node@2.12.0 --save
```
or
```
yarn add @emilgroup/gdv-sdk-node@2.7.1-beta.15
yarn add @emilgroup/gdv-sdk-node@2.12.0
```

@@ -27,0 +27,0 @@