Socket
Socket
Sign inDemoInstall

@solana/sysvars

Package Overview
Dependencies
Maintainers
14
Versions
582
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/sysvars - npm Package Compare versions

Comparing version 2.0.0-canary-20240827201305 to 2.0.0-canary-20240827201630

7

dist/types/clock.d.ts

@@ -5,4 +5,3 @@ import { type FetchAccountConfig } from '@solana/accounts';

import type { Rpc } from '@solana/rpc-spec';
import type { Epoch, Slot } from '@solana/rpc-types';
type UnixTimestamp = bigint;
import type { Epoch, Slot, UnixTimestampUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
type SysvarClockSize = 40;

@@ -16,6 +15,6 @@ /**

epoch: Epoch;
epochStartTimestamp: UnixTimestamp;
epochStartTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1;
leaderScheduleEpoch: Epoch;
slot: Slot;
unixTimestamp: UnixTimestamp;
unixTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1;
}>;

@@ -22,0 +21,0 @@ export declare function getSysvarClockEncoder(): FixedSizeEncoder<SysvarClock, SysvarClockSize>;

{
"name": "@solana/sysvars",
"version": "2.0.0-canary-20240827201305",
"version": "2.0.0-canary-20240827201630",
"description": "An abstraction layer over signing messages and transactions in Solana",

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

"dependencies": {
"@solana/accounts": "2.0.0-canary-20240827201305",
"@solana/codecs": "2.0.0-canary-20240827201305",
"@solana/rpc-types": "2.0.0-canary-20240827201305",
"@solana/errors": "2.0.0-canary-20240827201305"
"@solana/codecs": "2.0.0-canary-20240827201630",
"@solana/accounts": "2.0.0-canary-20240827201630",
"@solana/errors": "2.0.0-canary-20240827201630",
"@solana/rpc-types": "2.0.0-canary-20240827201630"
},

@@ -58,0 +58,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

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