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

@xact-wallet-sdk/nft

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xact-wallet-sdk/nft - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

dist/models/hedera.interface.d.ts

@@ -11,3 +11,3 @@ export interface HederaAccount {

creator: string;
media: string | unknown;
media: string;
supply: number;

@@ -14,0 +14,0 @@ }

{
"name": "@xact-wallet-sdk/nft",
"version": "1.0.4",
"version": "1.0.5",
"description": "A SDK for NFT creation with Hedera and FileCoin",

@@ -5,0 +5,0 @@ "main": "dist/nft.js",

@@ -16,4 +16,4 @@ export interface HederaAccount {

creator: string;
/* Media to linked to the NFT - base64 or File Format */
media: string | unknown;
/* Media to linked to the NFT - base64 */
media: string;
/* Quantity of NFT to create */

@@ -20,0 +20,0 @@ supply: number;

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