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

grpc-promise

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-promise - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

lib/request-types/bidi-stream-request.js

@@ -35,2 +35,6 @@

if (this.stream.received_status) {
return reject('stream_closed');
}
const cb = function (error, response) {

@@ -37,0 +41,0 @@ if (error) {

2

package.json
{
"name": "grpc-promise",
"version": "1.0.3",
"version": "1.0.4",
"description": "GRPC promisify module for all Request/Response types: standard and stream",

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

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