Socket
Socket
Sign inDemoInstall

@cloudbase/types

Package Overview
Dependencies
Maintainers
11
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 1.1.0 to 1.1.1-alpha.0

9

auth.d.ts

@@ -1,2 +0,2 @@

import { ICloudbaseConfig, KV } from '.';
import { ICloudbaseConfig, KV, ICloudbase } from '.';

@@ -77,2 +77,9 @@ export type ICloudbaseAuthConfig = Pick<ICloudbaseConfig,'env'|'persistence'|'debug'>;

shouldRefreshAccessToken(hook:Function):void;
}
type IProvider = new(...args:any[]) => any;
export interface ICloudbaseAuthModule {
registerAuth(app:ICloudbase):void,
registerProvider(name:string,provider:IProvider):void;
}

4

package.json
{
"name": "@cloudbase/types",
"version": "1.1.0",
"version": "1.1.1-alpha.0",
"description": "cloudbase javascript sdk types",

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

},
"gitHead": "bb511de516759b8f3b05d482768940446810b8da"
"gitHead": "bbb019ddad04c82d4d7bcff400d27d195c306e84"
}
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