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

@metaplex-foundation/mpl-bubblegum

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-bubblegum - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

dist/src/mpl-bubblegum.js

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

]);
bufferOfCreatorShares = Buffer.concat([bufferOfCreatorShares, Buffer.from([creator.share])]);
bufferOfCreatorShares = Buffer.concat([bufferOfCreatorShares, Buffer.from([creator.verified ? 1 : 0]), Buffer.from([creator.share])]);
}

@@ -50,0 +50,0 @@ return Buffer.from(js_sha3_1.keccak_256.digest(bufferOfCreatorData));

{
"name": "@metaplex-foundation/mpl-bubblegum",
"version": "0.6.0",
"version": "0.6.1",
"programVersion": "0.6.0",

@@ -48,6 +48,6 @@ "description": "SDK for MPL Bubblegum contract",

"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
"bn.js": "^5.2.0",
"@solana/spl-account-compression": "^0.1.4",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.50.1",
"bn.js": "^5.2.0",
"js-sha3": "^0.8.0"

@@ -60,3 +60,2 @@ },

"@solana/spl-account-compression": "^0.1.4",
"@types/bn.js": "^5.1.1",
"@types/chai": "^4.3.0",

@@ -86,2 +85,2 @@ "@types/jest": "^29.1.1",

}
}
}

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