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

@emilgroup/auth-sdk-node

Package Overview
Dependencies
Maintainers
22
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.22.1-beta.14
to
1.22.1-beta.15
+0
-1
base.ts

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

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

@@ -57,0 +56,0 @@

+1
-2

@@ -34,4 +34,3 @@ /**

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

@@ -38,0 +37,0 @@ export declare function resetRetry(): void;

@@ -135,3 +135,2 @@ "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 = {}));

@@ -138,0 +137,0 @@ var _retry_count = 0;

{
"name": "@emilgroup/auth-sdk-node",
"version": "1.22.1-beta.14",
"version": "1.22.1-beta.15",
"description": "OpenAPI client for @emilgroup/auth-sdk-node",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

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

```
npm install @emilgroup/auth-sdk-node@1.22.1-beta.14 --save
npm install @emilgroup/auth-sdk-node@1.22.1-beta.15 --save
```
or
```
yarn add @emilgroup/auth-sdk-node@1.22.1-beta.14
yarn add @emilgroup/auth-sdk-node@1.22.1-beta.15
```

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