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

@matrix-labs/matrix-storefront-sdk

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matrix-labs/matrix-storefront-sdk - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

dist/client/StorefrontClient.js

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

const response = await this.fcl.send([
this.fcl.transaction(purchase_list_1.purchaseListingScript.replace("0xsupportedNFTName", supportedNFTName)),
this.fcl.transaction(purchase_list_1.purchaseListingScript.replaceAll("0xsupportedNFTName", supportedNFTName)),
this.fcl.args([this.fcl.arg(listingResourceId, t.UInt64), this.fcl.arg(sellerAddress, t.Address)]),

@@ -164,0 +164,0 @@ this.fcl.proposer(this.fcl.currentUser().authorization),

{
"name": "@matrix-labs/matrix-storefront-sdk",
"version": "0.0.7",
"version": "0.0.8",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -150,3 +150,3 @@ import * as t from "@onflow/types";

const response = await this.fcl.send([
this.fcl.transaction(purchaseListingScript.replace("0xsupportedNFTName", supportedNFTName)),
this.fcl.transaction(purchaseListingScript.replaceAll("0xsupportedNFTName", supportedNFTName)),
this.fcl.args([this.fcl.arg(listingResourceId, t.UInt64), this.fcl.arg(sellerAddress, t.Address)]),

@@ -153,0 +153,0 @@ this.fcl.proposer(this.fcl.currentUser().authorization),

Sorry, the diff of this file is not supported yet

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