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.1.11 to 1.1.12

8

dist/lib/get-block.js

@@ -53,3 +53,9 @@ "use strict";

error_1 = _a.sent();
throw (error_1);
if (error_1.message.match(/^NanoNodeError:/)) {
return [2 /*return*/, undefined];
}
else {
throw error_1;
}
return [3 /*break*/, 3];
case 3: return [2 /*return*/];

@@ -56,0 +62,0 @@ }

4

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

@@ -22,3 +22,3 @@ "files": [

"chai-as-promised": "^7.1.1",
"nano-account-crawler": "1.0.24",
"nano-account-crawler": "1.0.25",
"nano-ipfs": "^1.0.4",

@@ -25,0 +25,0 @@ "node-fetch": "^2.6.1"

@@ -13,4 +13,8 @@ import { INanoAccountHistory, INanoBlock, TAccount } from "nano-account-crawler/dist/nano-interfaces";

} catch(error) {
throw(error);
if (error.message.match(/^NanoNodeError:/)) {
return undefined;
} else {
throw error;
}
}
};

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