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.0 to 0.5.1-alpha.1

4

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

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

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

@@ -98,2 +98,4 @@ // import { Auth } from 'aws-amplify'

export type SamlSignInFunc = (domain: string) => Void
export type UsernameChangeFunc = (email: string) => Promise<void>

@@ -110,3 +112,2 @@

export type SignUpFunc = (username: string, password: string) => Promise<void>

@@ -113,0 +114,0 @@

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