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

grpc-server-js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-server-js - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

lib/server-call.js

@@ -131,3 +131,3 @@ 'use strict';

if (err) {
if (metadata) {
if (metadata && !err.hasOwnProperty('metadata')) {
err.metadata = metadata;

@@ -134,0 +134,0 @@ }

{
"name": "grpc-server-js",
"version": "0.1.13",
"version": "0.1.14",
"description": "Pure JavaScript gRPC Server",

@@ -32,3 +32,3 @@ "author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)",

"cb-barrier": "1.x.x",
"@hapi/lab": "21.x.x"
"@hapi/lab": "22.x.x"
},

@@ -35,0 +35,0 @@ "keywords": [

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