New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ltmp/rcrdshp-flow-templates

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltmp/rcrdshp-flow-templates - npm Package Compare versions

Comparing version

to
1.0.2

16

index.js

@@ -1,16 +0,12 @@

const initializeAccount = require('./generated/initialize-account-generic.cdc')
const createListingCard = require('./generated/create-listing-rcrdshp-card-generic.cdc')
const createListingPack = require('./generated/create-listing-rcrdshp-pack-generic.cdc')
const removeListing = require('./generated/remove-listing-generic.cdc')
const purchaseNft = require('./generated/purchase-nft-rcrdshp-generic.cdc')
const purchaseNftCustodial = require('./generated/purchase-nft-custodial-rcrdshp-generic.cdc')
const initializeAccount = require('./src/initialize-account.cdc')
const purchaseNft = require('./src/purchase-nft-rcrdshp.cdc')
const purchaseNftCustodial = require('./src/purchase-nft-custodial-rcrdshp.cdc')
const transferToCustodialViaForwarder = require('./src/transfer-dapper-custodial.cdc')
module.exports = {
initializeAccount,
createListingCard,
createListingPack,
removeListing,
purchaseNft,
purchaseNftCustodial
purchaseNftCustodial,
transferToCustodialViaForwarder
}
{
"name": "@ltmp/rcrdshp-flow-templates",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:letthemusicpay/rcrdshp-flow.git",