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.0 to 3.1.3

dist/src/generated/instructions/setCollectionDuringMint.d.ts

1

dist/src/generated/instructions/index.d.ts

@@ -6,4 +6,5 @@ export * from './addConfigLines';

export * from './setCollection';
export * from './setCollectionDuringMint';
export * from './updateAuthority';
export * from './updateCandyMachine';
export * from './withdrawFunds';

@@ -18,2 +18,3 @@ "use strict";

__exportStar(require("./setCollection"), exports);
__exportStar(require("./setCollectionDuringMint"), exports);
__exportStar(require("./updateAuthority"), exports);

@@ -20,0 +21,0 @@ __exportStar(require("./updateCandyMachine"), exports);

7

package.json
{
"name": "@metaplex-foundation/mpl-candy-machine",
"version": "3.1.0",
"version": "3.1.3",
"description": "MPL Candy Machine JavaScript API. This MPL package is for the current generation of candy machine which is 2.0.0",

@@ -43,3 +43,3 @@ "main": "dist/src/mpl-candy-machine.js",

"@metaplex-foundation/beet-solana": "^0.0.6",
"@metaplex-foundation/mpl-core": "^0.0.4",
"@metaplex-foundation/mpl-core": "^0.0.5",
"@solana/web3.js": "^1.35.1"

@@ -50,4 +50,5 @@ },

"prettier": "^2.5.1",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
}

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