Socket
Socket
Sign inDemoInstall

@ozonru/mountebank-grpc

Package Overview
Dependencies
144
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

.github/workflows/test.yml

4

bin/mb-grpc.js

@@ -1,3 +0,5 @@

const { main } = require('../src/index')
#!/usr/bin/env node
const main = require('../src/index').main
main();
{
"name": "@ozonru/mountebank-grpc",
"private": false,
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "gRPC client for mountebank",

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

@@ -9,10 +9,6 @@ # Mountebank-gRPC

Clone project:
Install project:
git clone git@github.com:cbrz/mountebank-grpc.git
npm install @ozonru/mountebank-grpc
Build project:
npm install
Create protocols.json file for gRPC:

@@ -23,3 +19,3 @@

"grpc": {
"createCommand": "node <PROJECT_PATH>/mountebank-grpc/src/index.js"
"createCommand": "mb-grpc"
}

@@ -26,0 +22,0 @@ }

@@ -18,3 +18,3 @@ 'use strict'

logging.setLogLevel(config.loglevel || constants.LOGGING.INFO.LEVEL);
log.info('gRPC client has been added to mountebank.')
// use placeholder server to bind port, then close -> start gRPC server with same port

@@ -21,0 +21,0 @@ placeholder.listen(config.port || 0, () => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc