@textile/grpc-authentication
Advanced tools
Comparing version 0.2.0-alpha.0 to 0.2.0-alpha.1
@@ -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 @@ } |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18633
377
0