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

@everlend/general-pool

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everlend/general-pool - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/transactions/withdraw.js

@@ -26,4 +26,4 @@ "use strict";

{ pubkey: poolMarket, isSigner: false, isWritable: false },
{ pubkey: poolMarketAuthority, isSigner: false, isWritable: false },
{ pubkey: pool, isSigner: false, isWritable: false },
{ pubkey: poolMarketAuthority, isSigner: false, isWritable: false },
{ pubkey: poolMint, isSigner: false, isWritable: true },

@@ -30,0 +30,0 @@ { pubkey: withdrawalRequests, isSigner: false, isWritable: true },

{
"name": "@everlend/general-pool",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -53,4 +53,4 @@ import { TOKEN_PROGRAM_ID } from '@solana/spl-token'

{ pubkey: poolMarket, isSigner: false, isWritable: false },
{ pubkey: poolMarketAuthority, isSigner: false, isWritable: false },
{ pubkey: pool, isSigner: false, isWritable: false },
{ pubkey: poolMarketAuthority, isSigner: false, isWritable: false },
{ pubkey: poolMint, isSigner: false, isWritable: true },

@@ -57,0 +57,0 @@ { pubkey: withdrawalRequests, isSigner: false, isWritable: true },

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