Socket
Socket
Sign inDemoInstall

@uppy/compressor

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/compressor - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

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

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

"@transloadit/prettier-bytes": "^0.3.0",
"@uppy/utils": "^5.7.2",
"@uppy/utils": "^5.7.5",
"compressorjs": "^1.2.1",

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

"peerDependencies": {
"@uppy/core": "^3.9.1"
"@uppy/core": "^3.10.0"
},

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

@@ -10,3 +10,3 @@ import { BasePlugin, Uppy } from '@uppy/core'

import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile'
import type { PluginOpts } from '@uppy/core/lib/BasePlugin.ts'
import type { PluginOpts } from '@uppy/core/lib/BasePlugin'

@@ -13,0 +13,0 @@ import locale from './locale.ts'

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