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

nftscan-api

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nftscan-api - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

12

dist/src/types/evm/statistic/response-data.d.ts

@@ -409,2 +409,14 @@ interface Price7d {

/**
* The average price growth rate for 1 day
*/
average_price_change_1d: string;
/**
* The average price growth rate for 30 days
*/
average_price_change_30d: string;
/**
* The average price growth rate for 7 days
*/
average_price_change_7d: string;
/**
* The contract address

@@ -411,0 +423,0 @@ */

4

package.json
{
"name": "nftscan-api",
"version": "1.6.0",
"version": "1.6.1",
"description": "js/ts SDK for NFTScan APIs",

@@ -79,3 +79,3 @@ "main": "dist/cjs/index.js",

"typescript": "^4.8.2",
"vuepress": "^2.0.0-beta.51"
"vuepress": "^1.9.7"
},

@@ -82,0 +82,0 @@ "lint-staged": {

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