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.6.1 to 3.6.2

5

CHANGELOG.md
# Changelog
## 3.6.2
- Export Config type
- Some dependency updates
## 3.6.1

@@ -4,0 +9,0 @@

1

dist/index.d.ts
import { Config } from './config/default';
import { PluginManager } from './pluginLoader/pluginLoader';
import { Logger } from 'pino';
export { Config };
export interface Context {

@@ -5,0 +6,0 @@ config: Config;

10

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

@@ -63,5 +63,5 @@ "main": "dist/index.js",

"@types/test-listen": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.11.0",

@@ -78,4 +78,4 @@ "eslint-plugin-jest": "^23.13.1",

"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
"typescript": "^4.5.2"
}
}
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