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

@join-com/grpc-ts

Package Overview
Dependencies
Maintainers
7
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@join-com/grpc-ts - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4-0

3

lib/index.d.ts
export { Client, ClientTrace } from './Client';
export { Service, handleUnaryCallPromise, handleClientStreamingCallPromise, handleCall, Implementations } from './Service';
export { Server } from './Server';
import * as grpcOriginal from 'grpc';
export declare const grpc: typeof grpcOriginal;
export { default as grpc } from 'grpc';
export { Metadata } from './metadata';
"use strict";
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -16,4 +9,4 @@ var Client_1 = require("./Client");

exports.Server = Server_1.Server;
const grpcOriginal = __importStar(require("grpc"));
exports.grpc = grpcOriginal;
var grpc_1 = require("grpc");
exports.grpc = grpc_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@join-com/grpc-ts",
"version": "1.1.3",
"version": "1.1.4-0",
"description": "grpc typescript wrapper",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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