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

@sameke/auth-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sameke/auth-sdk-common - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
dist/IError.d.ts
export interface IError {
message: string;
error: string;
}
{
"name": "@sameke/auth-sdk-common",
"version": "0.0.4",
"version": "0.0.5",
"description": "Common SDK types for developing authentication for applications using the Sameke Inc. OAuth 2.0 authentication server",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

export interface IError {
message: string;
error: string;
}