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

banano-nft-crawler

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

banano-nft-crawler - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "banano-nft-crawler",
"version": "1.0.2",
"version": "1.0.3",
"description": "Library for crawling across the Banano ledger to trace NFTs.",

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

@@ -5,12 +5,2 @@ # banano-nft-crawler

# Setup
`npm i banano-nft-crawler`
# Run tests
# Classes
## SupplyBlocksCrawler

@@ -17,0 +7,0 @@

@@ -16,2 +16,4 @@ import { INanoBlock } from "nano-account-crawler/dist/nano-interfaces";

private _issuer: string;
public supplyBlocks: INanoBlock[];
public metadataRepresentatives: TAccount[];

@@ -43,2 +45,5 @@ constructor(issuer: string) {

this.supplyBlocks = supplyBlocks;
this.metadataRepresentatives = metadataRepresentatives;
return supplyBlocks;

@@ -45,0 +50,0 @@ }

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