
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@solana/rpc-spec-types
Advanced tools
This package contains core types that can be used on both RPC and RPC Subscriptions specifications. It can be used standalone, but it is also exported as part of Kit @solana/kit.
RpcRequestAn object that describes the elements of a RPC or RPC Subscriptions request. It consists of the following properties:
methodName: The name of the RPC method or subscription requested.params: The parameters to be passed to the RPC server.RpcRequestTransformerA function that accepts a RpcRequest and returns another RpcRequest. This allows the RpcApi to transform the request before it is sent to the RPC server.
RpcResponseA type that represents the response from a RPC server. This could be any sort of data which is why RpcResponse defaults to unknown. You may use a type parameter to specify the shape of the response — e.g. RpcResponse<{ result: number }>.
RpcResponseTransformerA function that accepts a RpcResponse and returns another RpcResponse. This allows the RpcApi to transform the response before it is returned to the caller.
FAQs
Shared generic JSON RPC specifications
The npm package @solana/rpc-spec-types receives a total of 336,374 weekly downloads. As such, @solana/rpc-spec-types popularity was classified as popular.
We found that @solana/rpc-spec-types 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.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.