Socket
Socket
Sign inDemoInstall

@metaplex-foundation/mpl-candy-machine-core

Package Overview
Dependencies
86
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

6

dist/src/generated/instructions/setCollectionV2.js

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

pubkey: accounts.authorityPda,
isWritable: false,
isWritable: true,
isSigner: false,

@@ -70,3 +70,3 @@ },

pubkey: accounts.collectionMetadata,
isWritable: false,
isWritable: true,
isSigner: false,

@@ -91,3 +91,3 @@ },

pubkey: accounts.newCollectionMetadata,
isWritable: false,
isWritable: true,
isSigner: false,

@@ -94,0 +94,0 @@ },

{
"name": "@metaplex-foundation/mpl-candy-machine-core",
"version": "0.2.1",
"version": "0.2.2",
"programVersion": "1.0.0",

@@ -9,13 +9,9 @@ "description": "MPL Candy Machine Core JavaScript API. This MPL package is for the current generation of the Candy Machine Core (a.k.a. Candy Machine V3).",

"scripts": {
"check:publish-ready": "yarn build && yarn test",
"check:publish-ready": "yarn build && if test \"$SKIP_TESTS\" = \"1\" ; then echo \"WARN: Skipping Tests\"; else yarn test; fi",
"preversion": "yarn check:publish-ready",
"postversion": "git add package.json && git commit -m \"chore: update $npm_package_name to v$npm_package_version\" && git tag $npm_package_name@$npm_package_version",
"prepublishOnly": "yarn check:publish-ready",
"postpublish": "git push origin && git push origin --tags",
"build:docs": "typedoc",
"build": "rimraf dist && tsc -p tsconfig.json",
"test": "tape dist/test/*.test.js",
"test": "CI=1 tape dist/test/*.test.js",
"api:gen": "DEBUG='(solita|rustbin):(info|error)' solita",
"amman:start": "amman start",
"amman:stop": "amman stop",
"lint": "eslint \"{src,test}/**/*.ts\" --format stylish",

@@ -52,6 +48,2 @@ "fix:lint": "yarn lint --fix",

"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@metaplex-foundation/amman": "^0.12.0",

@@ -63,4 +55,10 @@ "@metaplex-foundation/amman-client": "^0.2.2",

"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.7",
"@types/tape": "^4.13.4",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"esbuild": "^0.15.7",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",

@@ -67,0 +65,0 @@ "rimraf": "^3.0.2",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc