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.40 to 1.0.41

2

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

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

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

mType = blob.type.split(';')[0];
return [2 /*return*/, 'data:' + mType + ';charset=utf-8;base64,' + Buffer.from(arrayBuf).toString('base64')]; // Currently not using the function above because I have no problem here
return [2 /*return*/, 'data:' + mType + ';base64,' + Buffer.from(arrayBuf).toString('base64')]; // Currently not using the function above because I have no prob
}

@@ -577,0 +577,0 @@ });

{
"name": "libcip54",
"version": "1.0.40",
"version": "1.0.41",
"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