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
3
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 3.1.3 to 3.1.4

2

dist/src/mpl-candy-machine.d.ts

@@ -1,1 +0,1 @@

export declare const TODO = "Generate TypeScript SDK from IDL via `solana-idl-to-api`";
export * from './CandyMachineProgram';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TODO = void 0;
exports.TODO = 'Generate TypeScript SDK from IDL via `solana-idl-to-api`';
__exportStar(require("./CandyMachineProgram"), exports);
//# sourceMappingURL=mpl-candy-machine.js.map
{
"name": "@metaplex-foundation/mpl-candy-machine",
"version": "3.1.3",
"version": "3.1.4",
"description": "MPL Candy Machine JavaScript API. This MPL package is for the current generation of candy machine which is 2.0.0",

@@ -5,0 +5,0 @@ "main": "dist/src/mpl-candy-machine.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