Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solana/rpc-types

Package Overview
Dependencies
Maintainers
14
Versions
1054
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-20240827085118 to 2.0.0-canary-20240827200741

8

dist/types/unix-timestamp.d.ts

@@ -1,7 +0,7 @@

export type UnixTimestamp = number & {
export type UnixTimestamp = bigint & {
readonly __brand: unique symbol;
};
export declare function isUnixTimestamp(putativeTimestamp: number): putativeTimestamp is UnixTimestamp;
export declare function assertIsUnixTimestamp(putativeTimestamp: number): asserts putativeTimestamp is UnixTimestamp;
export declare function unixTimestamp(putativeTimestamp: number): UnixTimestamp;
export declare function isUnixTimestamp(putativeTimestamp: bigint): putativeTimestamp is UnixTimestamp;
export declare function assertIsUnixTimestamp(putativeTimestamp: bigint): asserts putativeTimestamp is UnixTimestamp;
export declare function unixTimestamp(putativeTimestamp: bigint): UnixTimestamp;
//# sourceMappingURL=unix-timestamp.d.ts.map
{
"name": "@solana/rpc-types",
"version": "2.0.0-canary-20240827085118",
"version": "2.0.0-canary-20240827200741",
"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-20240827085118",
"@solana/codecs-core": "2.0.0-canary-20240827085118",
"@solana/codecs-numbers": "2.0.0-canary-20240827085118",
"@solana/codecs-strings": "2.0.0-canary-20240827085118",
"@solana/errors": "2.0.0-canary-20240827085118"
"@solana/addresses": "2.0.0-canary-20240827200741",
"@solana/codecs-core": "2.0.0-canary-20240827200741",
"@solana/codecs-numbers": "2.0.0-canary-20240827200741",
"@solana/errors": "2.0.0-canary-20240827200741",
"@solana/codecs-strings": "2.0.0-canary-20240827200741"
},

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

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