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

grpcmkr-cli

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpcmkr-cli - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

dist/actions/grpc.generate.action.js

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

textToModificate = this.replacement(textToModificate, '&*&namePackage&*&', dataGrpcReader.namePackage, true);
textToModificate = this.replacement(textToModificate, '&*&packageFileNameNoProto&*&', dataGrpcReader.packageFileName.replace('.proto', ''));
textToModificate = this.replacement(textToModificate, '&*&packageFileName&*&', dataGrpcReader.packageFileName);

@@ -62,0 +63,0 @@ textToModificate = this.replacement(textToModificate, '&*&importHanlders&*&', dataGrpcReader.services

3

dist/actions/grpc.reader.action.js

@@ -25,3 +25,4 @@ "use strict";

initServices.map((init) => {
const nameService = init.split(' {-')[0].replace('service ', '');
let nameService = init.split(' {-')[0].replace('service ', '');
nameService = nameService.replace('-', '');
const rpcsDef = init

@@ -28,0 +29,0 @@ .split('-rpc')

@@ -6,3 +6,3 @@ "use strict";

import { DefinePackageProps, InyectServiceProps } from "./libs/service.register.util";
import { ProtoGrpcType } from './interfaces/&*&namePackage&*&';
import { ProtoGrpcType } from './interfaces/&*&packageFileNameNoProto&*&';
&*&importHanlders&*&

@@ -9,0 +9,0 @@

{
"name": "grpcmkr-cli",
"version": "1.2.2",
"version": "1.2.3",
"description": "Grpc CLI for developers",
"scripts": {
"test": "jest --config test/jest-config.json",
"test:dev":"jest --config test/jest-config.json --watchAll",
"test:coverage":"jest --config test/jest-config.json --coverage",
"test": "jest --config test/jest.config.json",
"test:dev":"jest --config test/jest.config.json --watchAll",
"test:coverage":"jest --config test/jest.config.json --coverage",
"build": "tsc",

@@ -10,0 +10,0 @@ "start": "node dist/bin/grpcmkr.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