Socket
Socket
Sign inDemoInstall

@screencloud/auth-sdk

Package Overview
Dependencies
Maintainers
6
Versions
39
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 1.8.0-pre.5 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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc