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

@textile/grpc-authentication

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/grpc-authentication - npm Package Compare versions

Comparing version 0.2.0-alpha.0 to 0.2.0-alpha.1

23

dist/index.d.ts

@@ -8,3 +8,14 @@ import { GrpcConnection } from '@textile/grpc-connection';

export interface WithKeyInfoOptions extends WithUserAuthOptions {
/**
* Optional. Get more detailed log information.
*/
debug?: boolean;
/**
* Optional. Future date for the session to expire. Short time periods are strongly recommended. (Default 30 minutes).
*/
date?: Date;
/**
* Development purposes only.
*/
host?: string;
}

@@ -15,8 +26,18 @@ /**

export interface WithUserAuthOptions extends CopyAuthOptions {
/**
* Optional. Get more detailed log information.
*/
debug?: boolean;
/**
* Development purposes only.
*/
host?: string;
}
/**
* Set additional options when copying authentication
* Set additional options when copying authentication.
*/
export interface CopyAuthOptions {
/**
* Optional. Get more detailed log information.
*/
debug?: boolean;

@@ -23,0 +44,0 @@ }

12

package.json
{
"name": "@textile/grpc-authentication",
"version": "0.2.0-alpha.0",
"version": "0.2.0-alpha.1",
"description": "web-gRPC state manager for grpc-connection.",

@@ -31,7 +31,7 @@ "main": "dist/index",

"dependencies": {
"@textile/context": "^0.6.7",
"@textile/context": "^0.6.8",
"@textile/crypto": "^0.1.0",
"@textile/grpc-connection": "^0.1.2",
"@textile/hub-threads-client": "^0.5.0-alpha.0",
"@textile/security": "^0.2.6"
"@textile/grpc-connection": "^0.1.3-alpha.0",
"@textile/hub-threads-client": "^0.5.0-alpha.1",
"@textile/security": "^0.2.7"
},

@@ -53,3 +53,3 @@ "devDependencies": {

],
"gitHead": "a191c5fe51715865640826ee6ad3c8acb6c631ad"
"gitHead": "6104bfc5377c7df25a28595e96ba8ed60df0817f"
}

Sorry, the diff of this file is not supported yet

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