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

@chainify/types

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainify/types - npm Package Compare versions

Comparing version 1.2.14 to 1.2.15

6

CHANGELOG.md
# @chainify/types
## 1.2.15
### Patch Changes
- - use `@solana/spl-token-registry`
## 1.2.14

@@ -4,0 +10,0 @@

12

dist/lib/Nft.d.ts
export interface NFTAsset {
token_id: string;
asset_contract: {
address: string;
name: string;
symbol: string;
token_id?: string;
asset_contract?: {
address?: string;
name?: string;
symbol?: string;
image_url?: string;
external_link?: string;
};
collection: {
collection?: {
name: string;

@@ -12,0 +12,0 @@ };

{
"name": "@chainify/types",
"version": "1.2.14",
"version": "1.2.15",
"description": "",

@@ -5,0 +5,0 @@ "author": "Liquality <info@liquality.io>",

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