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

@join-com/grpc

Package Overview
Dependencies
Maintainers
24
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@join-com/grpc - npm Package Compare versions

Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12

dist/types/BackwardCompatibleCalls.d.ts

1

dist/index.d.ts

@@ -11,2 +11,3 @@ export type { IBidiStreamRequest, IClient, IClientMethods, IClientStreamRequest, IExtendedClient, IServerStreamRequest, IUnaryRequest, } from './interfaces/IClient';

export * as grpc from '@grpc/grpc-js';
export * from './types/BackwardCompatibleCalls';
//# sourceMappingURL=index.d.ts.map

@@ -21,2 +21,5 @@ "use strict";

};
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -32,2 +35,3 @@ exports.grpc = exports.Service = exports.Server = exports.Client = void 0;

exports.grpc = __importStar(require("@grpc/grpc-js"));
__exportStar(require("./types/BackwardCompatibleCalls"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@join-com/grpc",
"version": "3.0.0-alpha.11",
"version": "3.0.0-alpha.12",
"description": "gRPC library",

@@ -5,0 +5,0 @@ "author": "JOIN Solutions",

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