Socket
Socket
Sign inDemoInstall

@uppy/compressor

Package Overview
Dependencies
14
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

package.json
{
"name": "@uppy/compressor",
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"@transloadit/prettier-bytes": "^0.0.9",
"@uppy/utils": "^5.5.1",
"@uppy/utils": "^5.5.2",
"compressorjs": "^1.1.1",

@@ -34,3 +34,3 @@ "preact": "^10.5.13",

"peerDependencies": {
"@uppy/core": "^3.5.1"
"@uppy/core": "^3.6.0"
},

@@ -37,0 +37,0 @@ "publishConfig": {

@@ -11,3 +11,5 @@ import type { PluginOptions, BasePlugin } from '@uppy/core'

export type CompressorCompleteCallback<TMeta> = (files: UppyFile<TMeta>[]) => void;
export type CompressorCompleteCallback<TMeta> = (
files: UppyFile<TMeta>[],
) => void

@@ -14,0 +16,0 @@ declare module '@uppy/core' {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc