Socket
Socket
Sign inDemoInstall

@solana/rpc-types

Package Overview
Dependencies
Maintainers
14
Versions
897
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.0.0-canary-20240827201010 to 2.0.0-canary-20240827201305

12

package.json
{
"name": "@solana/rpc-types",
"version": "2.0.0-canary-20240827201010",
"version": "2.0.0-canary-20240827201305",
"description": "Type definitions for values used in the Solana RPC, and helper functions for working with them",

@@ -49,7 +49,7 @@ "exports": {

"dependencies": {
"@solana/addresses": "2.0.0-canary-20240827201010",
"@solana/codecs-core": "2.0.0-canary-20240827201010",
"@solana/codecs-numbers": "2.0.0-canary-20240827201010",
"@solana/errors": "2.0.0-canary-20240827201010",
"@solana/codecs-strings": "2.0.0-canary-20240827201010"
"@solana/addresses": "2.0.0-canary-20240827201305",
"@solana/codecs-numbers": "2.0.0-canary-20240827201305",
"@solana/codecs-strings": "2.0.0-canary-20240827201305",
"@solana/errors": "2.0.0-canary-20240827201305",
"@solana/codecs-core": "2.0.0-canary-20240827201305"
},

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

@@ -41,4 +41,6 @@ [![npm][npm-image]][npm-url]

This type represents a number in the range $[-8.64 \times 10^{15}, 8.64 \times 10^{15}]$. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#the_epoch_timestamps_and_invalid_date
This type represents a Unix timestamp in _seconds_.
**Note**: Despite the fact that this type is represented as a `bigint` in client code and an `i64` in server code, the JSON-RPC implementation represents a Unix timestamp as an IEEE 754 floating point number. This means that you can only safely send or receive values up to $2^{53} - 1$ between the client and the RPC server. See https://github.com/solana-labs/solana/issues/30741 for more detail.
## Functions

@@ -45,0 +47,0 @@

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

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

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