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

@metaplex-foundation/mpl-candy-machine

Package Overview
Dependencies
Maintainers
10
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaplex-foundation/mpl-candy-machine - npm Package Compare versions

Comparing version 6.0.0-alpha.17 to 6.0.0-alpha.18

4

dist/src/createLutForCandyMachine.js

@@ -48,2 +48,6 @@ "use strict";

(0, mpl_toolbox_1.getSysvar)('slotHashes'),
(0, mpl_toolbox_1.getSplTokenProgramId)(context),
(0, mpl_toolbox_1.getSplAssociatedTokenProgramId)(context),
(0, mpl_token_metadata_1.getMplTokenMetadataProgramId)(context),
(0, generated_1.getMplCandyMachineCoreProgramId)(context),
]);

@@ -50,0 +54,0 @@ };

4

dist/src/generated/accounts/allowListProof.js

@@ -54,7 +54,7 @@ "use strict";

.deserializeUsing((account) => deserializeAllowListProof(account))
.whereSize(4);
.whereSize(8);
}
exports.getAllowListProofGpaBuilder = getAllowListProofGpaBuilder;
function getAllowListProofSize() {
return 4;
return 8;
}

@@ -61,0 +61,0 @@ exports.getAllowListProofSize = getAllowListProofSize;

{
"name": "@metaplex-foundation/mpl-candy-machine",
"version": "6.0.0-alpha.17",
"version": "6.0.0-alpha.18",
"description": "Client library for Candy Machine related programs",

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

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