
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
@pidgr/proto
Advanced tools
TypeScript protobuf and gRPC client stubs for the Pidgr internal communications platform
Generated TypeScript protobuf/gRPC stubs for the Pidgr platform. Built with Protobuf-ES and Connect.
npm install @pidgr/proto
import { OrganizationService } from "@pidgr/proto/pidgr/v1/organization_pb";
import { CampaignService } from "@pidgr/proto/pidgr/v1/campaign_pb";
import { createClient } from "@connectrpc/connect";
import { createConnectTransport } from "@connectrpc/connect-web";
const transport = createConnectTransport({ baseUrl: "https://api.pidgr.com" });
const client = createClient(OrganizationService, transport);
const org = await client.getOrganization({});
| Service | Import |
|---|---|
| AccessCodeService | @pidgr/proto/pidgr/v1/access_code_pb |
| ActionService | @pidgr/proto/pidgr/v1/action_pb |
| ApiKeyService | @pidgr/proto/pidgr/v1/api_key_pb |
| CampaignService | @pidgr/proto/pidgr/v1/campaign_pb |
| DeviceService | @pidgr/proto/pidgr/v1/device_pb |
| GroupService | @pidgr/proto/pidgr/v1/group_pb |
| HeatmapService | @pidgr/proto/pidgr/v1/heatmap_pb |
| InboxService | @pidgr/proto/pidgr/v1/inbox_pb |
| InviteLinkService | @pidgr/proto/pidgr/v1/invite_link_pb |
| MemberService | @pidgr/proto/pidgr/v1/member_pb |
| OrganizationService | @pidgr/proto/pidgr/v1/organization_pb |
| RenderService | @pidgr/proto/pidgr/v1/render_pb |
| ReplayService | @pidgr/proto/pidgr/v1/replay_pb |
| RoleService | @pidgr/proto/pidgr/v1/role_pb |
| SSOService | @pidgr/proto/pidgr/v1/sso_pb |
| TeamService | @pidgr/proto/pidgr/v1/team_pb |
| TemplateService | @pidgr/proto/pidgr/v1/template_pb |
| UserService | @pidgr/proto/pidgr/v1/user_pb |
Shared types (enums, pagination, messages) are in @pidgr/proto/pidgr/v1/common_pb.
| Language | Install |
|---|---|
| Go | go get github.com/pidgr/pidgr-proto/gen/go@latest |
| Rust | Git dependency — see repo |
FAQs
TypeScript protobuf and gRPC client stubs for the Pidgr internal communications platform
The npm package @pidgr/proto receives a total of 374 weekly downloads. As such, @pidgr/proto popularity was classified as not popular.
We found that @pidgr/proto demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.