Socket
Socket
Sign inDemoInstall

@solana/spl-token

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/spl-token - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

8

module.flow.js

@@ -19,2 +19,3 @@ /**

| 'CloseAccount';
declare export var NATIVE_MINT: PublicKey;
declare export type MintInfo = {|

@@ -72,2 +73,9 @@ mintAuthority: null | PublicKey,

createAccount(owner: PublicKey): Promise<PublicKey>;
static createWrappedNativeAccount(
connection: Connection,
programId: PublicKey,
owner: PublicKey,
payer: Account,
amount: number,
): Promise<PublicKey>;
createMultisig(m: number, signers: Array<PublicKey>): Promise<PublicKey>;

@@ -74,0 +82,0 @@ getMintInfo(): Promise<MintInfo>;

8

package.json
{
"name": "@solana/spl-token",
"version": "0.0.7",
"description": "SPL Token Javascript API",
"version": "0.0.8",
"description": "SPL Token JavaScript API",
"license": "MIT",

@@ -25,3 +25,3 @@ "author": "Solana Maintainers <maintainers@solana.com>",

],
"testnetDefaultChannel": "v1.3.4",
"testnetDefaultChannel": "v1.3.9",
"scripts": {

@@ -48,3 +48,3 @@ "build": "rollup -c",

"@babel/runtime": "^7.10.5",
"@solana/web3.js": "^0.71.6",
"@solana/web3.js": "^0.75.0",
"bn.js": "^5.0.0",

@@ -51,0 +51,0 @@ "buffer-layout": "^1.2.0",

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

# Token Javascript API
# Token JavaScript API

@@ -3,0 +3,0 @@ The Token JavaScript library comprises:

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