Socket
Socket
Sign inDemoInstall

nft-lend

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "nft-lend",
"version": "1.2.0",
"version": "1.2.1",
"description": "NFT lending and borrowing protocol",

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

export * from "./generated";
export * from "./plugin";
export * from "./setup";

@@ -6,3 +6,3 @@ import { mplTokenMetadata } from "@metaplex-foundation/mpl-token-metadata";

export const createUmi = async (rpcUrl: string) =>
export const createUmi = (rpcUrl: string) =>
baseCreateUmi(rpcUrl)

@@ -9,0 +9,0 @@ .use(nftLend())

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc