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

grpc-code-gen

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-code-gen - npm Package Compare versions

Comparing version 3.4.3 to 3.4.4

3

build/base.js

@@ -395,2 +395,3 @@ "use strict";

if (!/^\\$/.test(key)) {
const origin = Service.prototype[key];
Service.prototype[key] = promisify(function(request: any, options: any, callback: any){

@@ -404,3 +405,3 @@ if (typeof callback !== 'undefined') {

return Service.prototype[key](request, options, callback);
return origin(request, options, callback);
});

@@ -407,0 +408,0 @@ }

{
"name": "grpc-code-gen",
"version": "3.4.3",
"version": "3.4.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "https://github.com/yunkeCN/grpc-code-gen.git",

@@ -469,2 +469,3 @@ import * as fs from 'fs-extra';

if (!/^\\$/.test(key)) {
const origin = Service.prototype[key];
Service.prototype[key] = promisify(function(request: any, options: any, callback: any){

@@ -478,3 +479,3 @@ if (typeof callback !== 'undefined') {

return Service.prototype[key](request, options, callback);
return origin(request, options, callback);
});

@@ -481,0 +482,0 @@ }

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