Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remote.it/types

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remote.it/types - npm Package Compare versions

Comparing version 0.5.1-alpha.1 to 0.5.1-alpha.2

4

package.json
{
"name": "@remote.it/types",
"version": "0.5.1-alpha.1",
"version": "0.5.1-alpha.2",
"description": "remote.it Typescript type definitions",

@@ -23,3 +23,3 @@ "types": "types.d.ts",

"license": "MIT",
"gitHead": "391b76d47afe9db128752c6e344c1adff5935039"
"gitHead": "d4cc394c4e943b328f1ee6927efe8d19010c2afa"
}

@@ -50,2 +50,7 @@ // import { Auth } from 'aws-amplify'

export interface SamlOrgResult {
isSaml: boolean
orgName?: string
}
// export interface RemoteitUser extends IUser {

@@ -105,2 +110,3 @@ // partnerPortalAccess?: boolean

export type CheckSamlFunc = (username: string) => Promise<SamlOrgResult>
export interface SignInError extends Error {

@@ -107,0 +113,0 @@ code?: AuthErrorCode

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