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.25 to 1.0.26

2

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

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

@@ -529,3 +529,3 @@ "use strict";

case 3:
if (!(c < (tokenMetadata === null || tokenMetadata === void 0 ? void 0 : tokenMetadata.files.length))) return [3 /*break*/, 6];
if (!(c < (tokenMetadata === null || tokenMetadata === void 0 ? void 0 : tokenMetadata.files.length))) return [3 /*break*/, 7];
return [4 /*yield*/, (0, exports.getFile)(unit, c, tokenMetadata)];

@@ -535,3 +535,5 @@ case 4:

blob = new Blob([tfile.buffer], { type: tfile.mediaType });
fileSrc = (0, exports.getDataURLFromBlob)(blob);
return [4 /*yield*/, (0, exports.getDataURLFromBlob)(blob)];
case 5:
fileSrc = _a.sent();
tobj = __assign({}, tokenMetadata === null || tokenMetadata === void 0 ? void 0 : tokenMetadata.files[c]);

@@ -541,7 +543,7 @@ tobj.src = fileSrc;

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

@@ -548,0 +550,0 @@ });

{
"name": "libcip54",
"version": "1.0.25",
"version": "1.0.26",
"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