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.1.3 to 1.1.4

4

lib/index.d.ts
import type { FastifyPluginAsync } from 'fastify';
import type { IGrpcServerProps } from '@grpc.ts/core/lib/interface';
export { createServer, GrpcTimestamp, StatusBuilder, createMetadata, createSecureContext, dateToGrpcTimestamp, grpcTimestampToDate, type Timestamp, type StatusObject, type ServiceError, type TUnaryCallback, type ServerUnaryCall, } from '@grpc.ts/core';
declare const _default: FastifyPluginAsync<IGrpcServerProps, import("fastify").RawServerDefault, import("fastify").FastifyTypeProviderDefault>;
export { createServer, GrpcTimestamp, StatusBuilder, createMetadata, ServerCredentials, createSecureContext, dateToGrpcTimestamp, grpcTimestampToDate, type Timestamp, type StatusObject, type ServiceError, type TUnaryCallback, type ServerUnaryCall, } from '@grpc.ts/core';
declare const _default: FastifyPluginAsync<IGrpcServerProps>;
export default _default;

@@ -6,0 +6,0 @@ import type { Server } from '@grpc.ts/core/node_modules/@grpc/grpc-js';

{
"name": "@grpc.ts/fastify-server",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",

@@ -36,9 +36,9 @@ "directories": {

"dependencies": {
"fastify-plugin": "^4.5.0",
"@grpc.ts/core": "1.1.4"
"fastify-plugin": "^4.5.1",
"@grpc.ts/core": "1.1.5"
},
"devDependencies": {
"@types/node": "^20.2.5",
"fastify": "^4.17.0",
"fastify-tsconfig": "^1.0.1",
"@types/node": "^20.11.25",
"fastify": "^4.26.2",
"fastify-tsconfig": "^2.0.0",
"@grpc.ts/server-commons": "1.0.0"

@@ -45,0 +45,0 @@ },

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