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

@orca-so/common-sdk

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orca-so/common-sdk - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

dist/web3/network/fetcher/index.d.ts

@@ -17,3 +17,3 @@ import { Account, Mint } from "@solana/spl-token";

*/
getAccount: (address: Address, parser: ParsableEntity<T>, opts?: AccountFetchOptions) => Promise<T | null>;
getAccount: <U extends T>(address: Address, parser: ParsableEntity<U>, opts?: AccountFetchOptions) => Promise<U | null>;
/**

@@ -26,3 +26,3 @@ * Fetch multiple accounts from the cache or from the network

*/
getAccounts: (address: Address[], parser: ParsableEntity<T>, opts?: AccountFetchOptions) => Promise<ReadonlyMap<string, T | null>>;
getAccounts: <U extends T>(address: Address[], parser: ParsableEntity<U>, opts?: AccountFetchOptions) => Promise<ReadonlyMap<string, U | null>>;
/**

@@ -35,3 +35,3 @@ * Fetch multiple accounts from the cache or from the network and return as an array

*/
getAccountsAsArray: (address: Address[], parser: ParsableEntity<T>, opts?: AccountFetchOptions) => Promise<ReadonlyArray<T | null>>;
getAccountsAsArray: <U extends T>(address: Address[], parser: ParsableEntity<U>, opts?: AccountFetchOptions) => Promise<ReadonlyArray<U | null>>;
}
{
"name": "@orca-so/common-sdk",
"version": "0.3.0",
"version": "0.3.1",
"description": "Common Typescript components across Orca",

@@ -5,0 +5,0 @@ "repository": "https://github.com/orca-so/orca-sdks",

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