Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

caravaggio

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caravaggio - npm Package Compare versions

Comparing version 3.0.1 to 3.0.3

6

CHANGELOG.md
# Changelog
## 3.0.3
- Fix per error in CI
## 3.0.2
- Fix error link in error page
## 3.0.0

@@ -4,0 +10,0 @@

8

dist/utils/misc.js

@@ -11,8 +11,4 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.compose = exports.buildDocumentationLink = exports.percentageToPixel = exports.isPercentage = exports.getOutputType = exports.stringifyParams = void 0;
const path_1 = __importDefault(require("path"));
const jsonReplacer = (key, value) => {

@@ -44,5 +40,3 @@ if (Buffer.isBuffer(value)) {

exports.percentageToPixel = (percentage, dimension) => Math.round(percentage * dimension);
exports.buildDocumentationLink = (doc) => doc
? path_1.default.join(`https://caravaggio.ramielcreations.com/docs/${doc}`)
: 'https://caravaggio.ramielcreations.com';
exports.buildDocumentationLink = (doc) => `https://caravaggio.ramielcreations.com/docs/${doc}`;
exports.compose = (...fns) => fns.reduce((f, g) => (...args) => f(g(...args)));
{
"name": "caravaggio",
"version": "3.0.1",
"version": "3.0.3",
"description": "A blazing fast image processor service",

@@ -5,0 +5,0 @@ "main": "dist/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