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

@replicode/parallax

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replicode/parallax - npm Package Compare versions

Comparing version 1.1.70 to 1.1.72

36

dist/parallax.model.d.ts

@@ -196,18 +196,19 @@ export declare namespace Parallax {

}
interface Stats {
transfers?: number;
average_price?: number;
floor_price?: number;
market_cap?: number;
total_volume?: number;
total_supply?: number;
interface NFTRecordStats {
t?: number;
a?: number;
f?: number;
m?: number;
v?: number;
s?: number;
}
interface NFTRecord extends Record {
blockchain: string;
network: string;
address: string;
name?: string;
slug?: string;
imgURL?: string;
verified?: boolean;
links?: Links;
stats?: Stats;
stats?: NFTRecordStats;
}

@@ -223,20 +224,3 @@ interface NFTSearchResponse {

}
interface CryptoRecord extends Record {
symbol: string;
name: string;
rank: number;
isEnabled: boolean;
}
interface StockRecord extends Record {
symbol: string;
name: string;
type: string;
exchange: string;
region: string;
currency: string;
isEnabled: boolean;
cik: string;
figi: string;
}
}
//# sourceMappingURL=parallax.model.d.ts.map
{
"name": "@replicode/parallax",
"version": "1.1.70",
"version": "1.1.72",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index",

@@ -217,9 +217,9 @@

export interface Stats {
transfers?:number // Transfers
average_price?:number // Average Price
floor_price?:number // Floor Price
market_cap?:number // Market Cap
total_volume?:number // Total Volume
total_supply?:number // Total Supply
export interface NFTRecordStats {
t?:number // Transfers
a?:number // Average Price
f?:number // Floor Price
m?:number // Market Cap
v?:number // Total Volume
s?:number // Total Supply
}

@@ -229,8 +229,9 @@

blockchain: string
network: string
address: string
name?: string
slug?: string
imgURL?: string,
verified?: boolean
links?: Links
stats?: Stats
stats?: NFTRecordStats
}

@@ -248,21 +249,2 @@

export interface CryptoRecord extends Record {
symbol: string
name: string
rank: number
isEnabled: boolean
}
export interface StockRecord extends Record {
symbol: string
name: string
type: string
exchange: string
region: string
currency: string
isEnabled: boolean
cik: string
figi: string
}
}

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