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

@crayond_dev/grpc-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crayond_dev/grpc-toolkit - npm Package Compare versions

Comparing version 1.15.15 to 1.15.16

lib/rpc_types/toolkit/Item.d.ts

3

lib/rpc_types/index.d.ts

@@ -202,2 +202,3 @@ import type * as grpc from '@grpc/grpc-js';

InvitetUserResponse: MessageTypeDefinition;
Item: MessageTypeDefinition;
Language: MessageTypeDefinition;

@@ -289,2 +290,4 @@ LanguageData: MessageTypeDefinition;

PlanDropDownData: MessageTypeDefinition;
PlanModuleGroup: MessageTypeDefinition;
PlanModules: MessageTypeDefinition;
PlansCreateDataType: MessageTypeDefinition;

@@ -291,0 +294,0 @@ PlansCreateRequest: MessageTypeDefinition;

import type { Price as _toolkit_Price, Price__Output as _toolkit_Price__Output } from '../toolkit/Price';
import type { PlanModuleGroup as _toolkit_PlanModuleGroup, PlanModuleGroup__Output as _toolkit_PlanModuleGroup__Output } from '../toolkit/PlanModuleGroup';
export interface CurrentPlan {

@@ -22,2 +23,3 @@ 'id'?: (string);

'pricePerUser'?: (string);
'moduleGroup'?: (_toolkit_PlanModuleGroup | null);
}

@@ -44,2 +46,3 @@ export interface CurrentPlan__Output {

'pricePerUser': (string);
'moduleGroup': (_toolkit_PlanModuleGroup__Output | null);
}

2

package.json
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.15.15",
"version": "1.15.16",
"description": "This has definitions and types required for implementing gRPC in toolkit microservices",

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

Sorry, the diff of this file is not supported yet

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