Socket
Socket
Sign inDemoInstall

@cloudbase/types

Package Overview
Dependencies
Maintainers
0
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.47-beta.0 to 2.5.48-beta.0

2

auth.d.ts
import { ICloudbaseConfig, KV, ICloudbase } from '.'
export type ICloudbaseAuthConfig = Pick<ICloudbaseConfig, 'env' | 'region' | 'persistence' | 'debug' | '_fromApp' | 'oauthInstance'>;
export type ICloudbaseAuthConfig = Pick<ICloudbaseConfig, 'env' | 'region' | 'persistence' | 'debug' | '_fromApp' | 'oauthInstance' | 'wxCloud'>;

@@ -5,0 +5,0 @@ export interface IAccessTokenInfo {

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

oauthInstance?: any;
wxCloud?: any;
}

@@ -30,0 +31,0 @@ // 可更新的配置字段

{
"name": "@cloudbase/types",
"version": "2.5.47-beta.0",
"version": "2.5.48-beta.0",
"description": "cloudbase javascript sdk types",

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

},
"gitHead": "5eff80cfe47e3cf6e3067f1d9bba8753565e5b79"
"gitHead": "5e97c7a104dabec77e18d2237b02432f2270b3f5"
}
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