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

libcip54

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libcip54 - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

2

lib/package.json
{
"name": "libcip54",
"version": "1.0.24",
"version": "1.0.25",
"description": "Cardano Smart NFT Library",

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

@@ -519,11 +519,15 @@ "use strict";

files = [];
tokenMetadata = metadata;
if (!(unit !== 'own')) return [3 /*break*/, 2];
return [4 /*yield*/, (0, exports.getMetadata)(unit)];
case 1:
tokenMetadata = _a.sent();
c = 0;
_a.label = 2;
case 2:
if (!(c < (tokenMetadata === null || tokenMetadata === void 0 ? void 0 : tokenMetadata.files.length))) return [3 /*break*/, 5];
c = 0;
_a.label = 3;
case 3:
if (!(c < (tokenMetadata === null || tokenMetadata === void 0 ? void 0 : tokenMetadata.files.length))) return [3 /*break*/, 6];
return [4 /*yield*/, (0, exports.getFile)(unit, c, tokenMetadata)];
case 3:
case 4:
tfile = _a.sent();

@@ -536,7 +540,7 @@ blob = new Blob([tfile.buffer], { type: tfile.mediaType });

files.push(tobj);
_a.label = 4;
case 4:
_a.label = 5;
case 5:
c++;
return [3 /*break*/, 2];
case 5: return [2 /*return*/, files];
return [3 /*break*/, 3];
case 6: return [2 /*return*/, files];
}

@@ -543,0 +547,0 @@ });

{
"name": "libcip54",
"version": "1.0.24",
"version": "1.0.25",
"description": "Cardano Smart NFT Library",

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

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