New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gtsc/api-auth-entity-storage-service

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-auth-entity-storage-service - npm Package Compare versions

Comparing version 0.0.3-next.54 to 0.0.3-next.55

7

dist/types/services/entityStorageAuthenticationService.d.ts

@@ -29,9 +29,2 @@ import type { IAuthentication } from "@gtsc/api-auth-entity-storage-models";

/**
* Bootstrap the service by creating and initializing any resources it needs.
* @param systemRequestContext The system request context.
* @param systemLoggingConnectorType The system logging connector type, defaults to "system-logging".
* @returns Nothing.
*/
bootstrap(systemRequestContext: IServiceRequestContext, systemLoggingConnectorType?: string): Promise<void>;
/**
* The service needs to be started when the application is initialized.

@@ -38,0 +31,0 @@ * @param systemRequestContext The system request context.

@@ -65,30 +65,2 @@ [**@gtsc/api-auth-entity-storage-service**](../overview.md) • **Docs**

### bootstrap()
> **bootstrap**(`systemRequestContext`, `systemLoggingConnectorType`?): `Promise`\<`void`\>
Bootstrap the service by creating and initializing any resources it needs.
#### Parameters
• **systemRequestContext**: `IServiceRequestContext`
The system request context.
• **systemLoggingConnectorType?**: `string`
The system logging connector type, defaults to "system-logging".
#### Returns
`Promise`\<`void`\>
Nothing.
#### Implementation of
`IAuthentication.bootstrap`
***
### start()

@@ -95,0 +67,0 @@

@@ -14,13 +14,3 @@ {

}
},
"info": {
"entityStorageAuthenticationService": {
"signingKeyFound": "The signing encryption key was found in the vault",
"signingKeyCreated": "The signing encryption key was created in the vault",
"encryptionKeyFound": "The encryption encryption key was found in the vault",
"encryptionKeyCreated": "The encryption encryption key was created in the vault",
"systemUserFound": "The default system user already exists, email: \"{email}\"",
"systemUserCreated": "The default system user has been created, email: \"{email}\", password: \"{password}\""
}
}
}

8

package.json
{
"name": "@gtsc/api-auth-entity-storage-service",
"version": "0.0.3-next.54",
"version": "0.0.3-next.55",
"description": "Auth Entity Storage contract implementation and REST endpoint definitions",

@@ -17,5 +17,5 @@ "repository": {

"dependencies": {
"@gtsc/api-auth-entity-storage-models": "0.0.3-next.54",
"@gtsc/api-core": "0.0.3-next.54",
"@gtsc/api-models": "0.0.3-next.54",
"@gtsc/api-auth-entity-storage-models": "0.0.3-next.55",
"@gtsc/api-core": "0.0.3-next.55",
"@gtsc/api-models": "0.0.3-next.55",
"@gtsc/core": "next",

@@ -22,0 +22,0 @@ "@gtsc/crypto": "next",

Sorry, the diff of this file is not supported yet

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