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

@grpc.ts/fastify-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grpc.ts/fastify-server - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

5

lib/index.d.ts

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

import { type IServerProps } from '@grpc.ts/core';
import type { FastifyPluginAsync } from 'fastify';
import type { IGrpcServerProps } from '@grpc.ts/core/lib/interface';
export { createServer, GrpcTimestamp, createMetadata, createSecureContext, dateToGrpcTimestamp, grpcTimestampToDate, } from '@grpc.ts/core';
export interface IGrpcServerProps extends IServerProps {
serverName?: string;
}
declare const _default: FastifyPluginAsync<IGrpcServerProps, import("fastify").RawServerDefault, import("fastify").FastifyTypeProviderDefault>;

@@ -8,0 +5,0 @@ export default _default;

4

lib/interface.d.ts

@@ -1,2 +0,2 @@

import type { IServerObjProps } from '@grpc.ts/core';
export type TGetServerFunc = (serverName?: string) => IServerObjProps;
import type { IServerWrapperProps } from '@grpc.ts/core';
export type TGetServerFunc = (serverName?: string) => IServerWrapperProps;
{
"name": "@grpc.ts/fastify-server",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",

@@ -37,3 +37,3 @@ "directories": {

"fastify-plugin": "^4.5.0",
"@grpc.ts/core": "1.0.0"
"@grpc.ts/core": "1.1.0"
},

@@ -43,3 +43,4 @@ "devDependencies": {

"fastify": "^4.15.0",
"fastify-tsconfig": "^1.0.1"
"fastify-tsconfig": "^1.0.1",
"@grpc.ts/server-commons": "1.0.0"
},

@@ -46,0 +47,0 @@ "publishConfig": {

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