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
3
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.11 to 0.0.12

2

dist/cadence/create_list.js

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

prepare(acct: AuthAccount) {
let salePaymentVaultType = Type<@FlowToken.Vault>()
var salePaymentVaultType = Type<@FlowToken.Vault>()
if (paymentToken == "FLOW"){

@@ -26,0 +26,0 @@ } else if (paymentToken == "FUSD"){

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

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

@@ -20,3 +20,3 @@ export const createListingScript: string = `

prepare(acct: AuthAccount) {
let salePaymentVaultType = Type<@FlowToken.Vault>()
var salePaymentVaultType = Type<@FlowToken.Vault>()
if (paymentToken == "FLOW"){

@@ -23,0 +23,0 @@ } else if (paymentToken == "FUSD"){

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