New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@solana/rpc-types

Package Overview
Dependencies
Maintainers
0
Versions
1109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc-types - npm Package Compare versions

Comparing version 2.1.0-canary-20241211084732 to 2.1.0-canary-20250227211824

4

dist/types/transaction.d.ts

@@ -238,3 +238,3 @@ import type { Address } from '@solana/addresses';

/** type of reward */
rewardType: 'fee' | 'rent';
rewardType: 'Fee' | 'Rent';
}> & RewardBase)

@@ -246,3 +246,3 @@ /** Commission is present only for voting and staking rewards */

/** type of reward */
rewardType: 'staking' | 'voting';
rewardType: 'Staking' | 'Voting';
}> & RewardBase);

@@ -249,0 +249,0 @@ /** @deprecated */

{
"name": "@solana/rpc-types",
"version": "2.1.0-canary-20241211084732",
"version": "2.1.0-canary-20250227211824",
"description": "Type definitions for values used in the Solana RPC, and helper functions for working with them",

@@ -47,6 +47,6 @@ "exports": {

"type": "git",
"url": "https://github.com/solana-labs/solana-web3.js"
"url": "https://github.com/anza-xyz/kit"
},
"bugs": {
"url": "http://github.com/solana-labs/solana-web3.js/issues"
"url": "https://github.com/anza-xyz/kit/issues"
},

@@ -58,7 +58,7 @@ "browserslist": [

"dependencies": {
"@solana/addresses": "2.1.0-canary-20241211084732",
"@solana/codecs-numbers": "2.1.0-canary-20241211084732",
"@solana/codecs-core": "2.1.0-canary-20241211084732",
"@solana/codecs-strings": "2.1.0-canary-20241211084732",
"@solana/errors": "2.1.0-canary-20241211084732"
"@solana/codecs-numbers": "2.1.0-canary-20250227211824",
"@solana/codecs-strings": "2.1.0-canary-20250227211824",
"@solana/errors": "2.1.0-canary-20250227211824",
"@solana/addresses": "2.1.0-canary-20250227211824",
"@solana/codecs-core": "2.1.0-canary-20250227211824"
},

@@ -65,0 +65,0 @@ "peerDependencies": {

@@ -8,9 +8,9 @@ [![npm][npm-image]][npm-url]

[code-style-prettier-url]: https://github.com/prettier/prettier
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-types/next.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-types/next.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-types/v/next
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-types?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-types?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-types
# @solana/rpc-types
This package defines types for values used in the [Solana JSON-RPC](https://docs.solana.com/api/http) and a series of helpers for working with them. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@next`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library).
This package defines types for values used in the [Solana JSON-RPC](https://docs.solana.com/api/http) and a series of helpers for working with them. It can be used standalone, but it is also exported as part of Kit [`@solana/kit`](https://github.com/anza-xyz/kit/tree/main/packages/kit).

@@ -17,0 +17,0 @@ ## Types

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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