Socket
Socket
Sign inDemoInstall

@cloudbase/types

Package Overview
Dependencies
Maintainers
17
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/types - npm Package Compare versions

Comparing version 2.5.1-beta.0 to 2.5.2-beta.0

6

index.d.ts

@@ -17,6 +17,2 @@ import { CloudbaseAdapter, SDKAdapterInterface } from '@cloudbase/adapter-interface'

export interface ICloudbaseAppSecret {
appAccessKeyId: string;
appAccessKey: string;
}

@@ -28,5 +24,3 @@ export interface ICloudbaseConfig {

persistence?: Persistence;
appSecret?: ICloudbaseAppSecret;
oauthClient?: any
appSign?: string;
debug?: boolean;

@@ -33,0 +27,0 @@ _fromApp?: ICloudbase;

4

package.json
{
"name": "@cloudbase/types",
"version": "2.5.1-beta.0",
"version": "2.5.2-beta.0",
"description": "cloudbase javascript sdk types",

@@ -58,3 +58,3 @@ "files": [

},
"gitHead": "d5ea4b42a930720573571c534be6ba62cad8b09e"
"gitHead": "05781e14bbdec5215c8bdce7dc6bca5cec0c1952"
}

@@ -12,3 +12,3 @@ import {

export type ICloudbaseRequestConfig = Pick<ICloudbaseConfig, 'env' | 'region' | 'timeout' | 'appSecret' | 'appSign' | 'oauthClient' | '_fromApp'>;
export type ICloudbaseRequestConfig = Pick<ICloudbaseConfig, 'env' | 'region' | 'timeout' | 'oauthClient' | '_fromApp'>;

@@ -15,0 +15,0 @@ export interface IAppendedRequestInfo {

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