New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@screencloud/auth-sdk

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@screencloud/auth-sdk - npm Package Compare versions

Comparing version

to
1.8.0-pre.6

2

build/Auth.d.ts

@@ -45,3 +45,3 @@ import { EventEmitter } from './EventEmitter';

set autoRefresh(value: boolean);
fetchJson<T_RESPONSE = any, T_BODY extends {} = any>(path: string, init?: RequestInit & {
fetchJson<T_RESPONSE = any, T_BODY extends {} = any>(path: string, init?: Omit<RequestInit, 'body'> & {
body?: T_BODY;

@@ -48,0 +48,0 @@ }): Promise<T_RESPONSE>;

@@ -64,3 +64,3 @@ {

},
"version": "1.8.0-pre.5"
"version": "1.8.0-pre.6"
}