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

@metaplex-foundation/mpl-token-metadata

Package Overview
Dependencies
Maintainers
4
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaplex-foundation/mpl-token-metadata - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

dist/src/transactions/RevokeCollectionAuthority.js

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

super(options);
const { feePayer } = options;
const { metadata, collectionAuthorityRecord, newCollectionAuthority, updateAuthority, mint } = params;

@@ -41,7 +40,2 @@ const data = RevokeCollectionAuthorityArgs.serialize();

{
pubkey: feePayer,
isSigner: true,
isWritable: true,
},
{
pubkey: metadata,

@@ -48,0 +42,0 @@ isSigner: false,

2

package.json
{
"name": "@metaplex-foundation/mpl-token-metadata",
"version": "1.2.2",
"version": "1.2.3",
"description": "MPL Token Metadata JavaScript API.",

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