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

@solana/accounts

Package Overview
Dependencies
Maintainers
0
Versions
968
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/accounts - npm Package Compare versions

Comparing version 2.0.0-canary-20241027103025 to 2.0.0-canary-20241027112806

4

dist/types/account.d.ts
import type { Address } from '@solana/addresses';
import { ReadonlyUint8Array } from '@solana/codecs-core';
import type { LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import type { Lamports } from '@solana/rpc-types';
/** The amount of bytes required to store the base account information without its data. */

@@ -9,3 +9,3 @@ export declare const BASE_ACCOUNT_SIZE = 128;

readonly executable: boolean;
readonly lamports: LamportsUnsafeBeyond2Pow53Minus1;
readonly lamports: Lamports;
readonly programAddress: Address;

@@ -12,0 +12,0 @@ };

@@ -1,2 +0,2 @@

import type { U64UnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types';
import type { U64 } from '@solana/rpc-types';
export type JsonParsedDataResponse<TData = object> = Readonly<{

@@ -8,4 +8,4 @@ parsed: {

program: string;
space: U64UnsafeBeyond2Pow53Minus1;
space: U64;
}>;
//# sourceMappingURL=common.d.ts.map
{
"name": "@solana/accounts",
"version": "2.0.0-canary-20241027103025",
"version": "2.0.0-canary-20241027112806",
"description": "Helpers for representing, fetching and decoding Solana accounts",

@@ -57,8 +57,8 @@ "exports": {

"dependencies": {
"@solana/addresses": "2.0.0-canary-20241027103025",
"@solana/codecs-strings": "2.0.0-canary-20241027103025",
"@solana/errors": "2.0.0-canary-20241027103025",
"@solana/rpc-types": "2.0.0-canary-20241027103025",
"@solana/rpc-spec": "2.0.0-canary-20241027103025",
"@solana/codecs-core": "2.0.0-canary-20241027103025"
"@solana/addresses": "2.0.0-canary-20241027112806",
"@solana/codecs-strings": "2.0.0-canary-20241027112806",
"@solana/rpc-spec": "2.0.0-canary-20241027112806",
"@solana/errors": "2.0.0-canary-20241027112806",
"@solana/rpc-types": "2.0.0-canary-20241027112806",
"@solana/codecs-core": "2.0.0-canary-20241027112806"
},

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

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