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.14 to 0.0.15

2

dist/actions.js

@@ -138,3 +138,3 @@ "use strict";

let unwrapAccounts = undefined;
if (tokenMint == spl_token_1.NATIVE_MINT) {
if (tokenMint.equals(spl_token_1.NATIVE_MINT)) {
const unwrapTokenAccount = yield accounts_1.WithdrawalRequest.getUnwrapSOLPDA(withdrawalRequest);

@@ -141,0 +141,0 @@ unwrapAccounts = {

{
"name": "@everlend/general-pool",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",

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

@@ -252,3 +252,3 @@ import { AccountLayout, MintLayout, TOKEN_PROGRAM_ID, NATIVE_MINT } from '@solana/spl-token'

let unwrapAccounts: UnwrapParams = undefined
if (tokenMint == NATIVE_MINT) {
if (tokenMint.equals(NATIVE_MINT)) {
const unwrapTokenAccount = await WithdrawalRequest.getUnwrapSOLPDA(withdrawalRequest)

@@ -255,0 +255,0 @@ unwrapAccounts = {

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