
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@penumbra-zone/protobuf
Advanced tools
Exports a `@bufbuild/protobuf` type registry with all message types necessary to communicate with a Penumbra extension
@penumbra-zone/protobufThis package exports protobuf message types generated with @bufbuild intended
for use with other @penumbra-zone packages.
You should install @penumbra-zone/client.
This package exports a typeRegistry (and jsonOptions including said
registry) for use with createChannelTransport of
@penumbra-zone/transport-dom or any @connectrpc transport.
All types necessary for a to serialize/deserialize communication with Prax or any other Penumbra provider are included.
Service definitions for all relevant Penumbra services, and some related Cosmos definitions are exported.
import { jsonOptions } from '@penumbra-zone/protobuf';
import { createChannelTransport } from '@penumbra-zone/transport-dom';
// naively get first available provider
const provider = Object.values(window[Symbol.for('penumbra')])[0];
// establish a transport
const transport = createChannelTransport({ jsonOptions, getPort: provider.connect });
// export function to create client
export const createPenumbraClient = serviceType => createPromiseClient(serviceType, transport);
FAQs
Exports a `@bufbuild/protobuf` type registry with all message types necessary to communicate with a Penumbra extension
We found that @penumbra-zone/protobuf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.