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

@solana/keys

Package Overview
Dependencies
Maintainers
13
Versions
1526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/keys - npm Package Compare versions

Comparing version 2.0.0-experimental.77f78a8 to 2.0.0-experimental.7b00896

2

package.json
{
"name": "@solana/keys",
"version": "2.0.0-experimental.77f78a8",
"version": "2.0.0-experimental.7b00896",
"description": "Helpers for generating and transforming key material",

@@ -5,0 +5,0 @@ "exports": {

@@ -47,3 +47,3 @@ [![npm][npm-image]][npm-url]

// At this point, `address` is a `Base58EncodedAddress` that can be used with the RPC.
const balanceInLamports = await rpc.getBalance(address);
const balanceInLamports = await rpc.getBalance(address).send();
} catch (e) {

@@ -50,0 +50,0 @@ // `address` turned out not to be a base58-encoded address

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