
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@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
The npm package @penumbra-zone/protobuf receives a total of 811 weekly downloads. As such, @penumbra-zone/protobuf popularity was classified as not popular.
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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.