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 2.3.3 to 2.3.4

codeclimate.json

4

CHANGELOG.md
# Changelog
## 2.3.4
- Fix: output cache configuration is correctly read
## 2.3.3

@@ -4,0 +8,0 @@

6

package.json
{
"name": "caravaggio",
"version": "2.3.3",
"version": "2.3.4",
"description": "A blazing fast image processor service",

@@ -43,4 +43,4 @@ "main": "index.js",

"pino": "^5.4.0",
"sharp": "^0.20.2",
"yargs": "12.0.1"
"sharp": "^0.20.8",
"yargs": "12.0.2"
},

@@ -47,0 +47,0 @@ "devDependencies": {

@@ -10,2 +10,4 @@ [![caravaggio logo](https://res.cloudinary.com/ramiel/image/upload/c_scale,r_0,w_100/v1517679412/caravaggio-logo_xdwpin.jpg)](https://res.cloudinary.com/ramiel/image/upload/c_scale,r_0,w_100/v1517679412/caravaggio-logo_xdwpin.jpg)

Read the complete documentation at [ramiel.gitlab.io/caravaggio](https://ramiel.gitlab.io/caravaggio)
## Note

@@ -61,2 +63,2 @@

- A lot of other great developers
- The amazing photographers on [pexels.com](https://www.pexels.com/)
- The amazing photographers on [pexels.com](https://www.pexels.com/)

@@ -9,3 +9,3 @@ const path = require('path');

try {
persistor = PersistorFactory.create(config.get('caches.input'));
persistor = PersistorFactory.create(config.get('caches.output'));
} catch (e) {

@@ -12,0 +12,0 @@ throw e;

const logger = require('../logger');
module.exports = (pipeline) => {
logger.debug('pretending applying input operations');
logger.debug('No input operations for the moment, skipping');
return Promise.resolve(pipeline);
};

Sorry, the diff of this file is not supported yet

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