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

@gtsc/api-core

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-core - npm Package Compare versions

Comparing version 0.0.3-next.27 to 0.0.3-next.28

12

dist/types/index.d.ts
export * from "./clients/baseRestClient";
export * from "./clients/baseSocketClient";
export * from "./models/IServerHealth";
export * from "./models/IServerHealthResponse";
export * from "./models/IServerInfo";
export * from "./models/IServerInfoResponse";
export * from "./models/IServerSpecResponse";
export * from "./models/serverHealthStatus";
export * from "./processors/requestLoggingProcessor";
export * from "./processors/responseLoggingProcessor";
export * from "./processors/routeProcessor";
export * from "./routes/informationRoutes";
export * from "./routes/restEntryPoints";
export * from "./services/informationService";

@@ -7,29 +7,1 @@ # @gtsc/api-core

- [BaseSocketClient](classes/BaseSocketClient.md)
- [InformationService](classes/InformationService.md)
## Interfaces
- [IServerHealth](interfaces/IServerHealth.md)
- [IServerHealthResponse](interfaces/IServerHealthResponse.md)
- [IServerInfo](interfaces/IServerInfo.md)
- [IServerInfoResponse](interfaces/IServerInfoResponse.md)
- [IServerSpecResponse](interfaces/IServerSpecResponse.md)
## Type Aliases
- [ServerHealthStatus](type-aliases/ServerHealthStatus.md)
## Variables
- [tagsInformation](variables/tagsInformation.md)
- [restEntryPoints](variables/restEntryPoints.md)
## Functions
- [requestLoggingProcessor](functions/requestLoggingProcessor.md)
- [responseLoggingProcessor](functions/responseLoggingProcessor.md)
- [routeProcessor](functions/routeProcessor.md)
- [generateRestRoutesInformation](functions/generateRestRoutesInformation.md)
- [serverInfo](functions/serverInfo.md)
- [serverHealth](functions/serverHealth.md)
- [serverSpec](functions/serverSpec.md)

8

locales/en.json

@@ -1,7 +0,1 @@

{
"error": {
"restRouteHandler": {
"routeNotFound": "The web server could not find the route \"{notFoundId}\""
}
}
}
{}

5

package.json
{
"name": "@gtsc/api-core",
"version": "0.0.3-next.27",
"version": "0.0.3-next.28",
"description": "Core classes for use with APIs",

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

"dependencies": {
"@gtsc/api-models": "0.0.3-next.27",
"@gtsc/api-models": "0.0.3-next.28",
"@gtsc/core": "next",
"@gtsc/logging-models": "next",
"@gtsc/nameof": "next",

@@ -22,0 +21,0 @@ "@gtsc/services": "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