Socket
Socket
Sign inDemoInstall

@uppy/compressor

Package Overview
Dependencies
Maintainers
0
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 2.0.1 to 2.1.0

7

CHANGELOG.md
# @uppy/compressor
## 2.1.0
Released: 2024-08-29
Included in: Uppy v4.3.0
- @uppy/aws-s3,@uppy/box,@uppy/compressor,@uppy/dropbox,@uppy/facebook,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/onedrive,@uppy/screen-capture,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/xhr-upload,@uppy/zoom: export plugin options (Antoine du Hamel / #5433)
## 2.0.1

@@ -4,0 +11,0 @@

2

lib/index.d.ts

@@ -13,2 +13,3 @@ import { BasePlugin, Uppy } from '@uppy/core';

}
export type { CompressorOpts as CompressorOptions };
declare const defaultOptions: {

@@ -26,3 +27,2 @@ quality: number;

}
export {};
//# sourceMappingURL=index.d.ts.map
{
"name": "@uppy/compressor",
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",

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

"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/utils": "^6.0.1",
"@uppy/utils": "^6.0.2",
"compressorjs": "^1.2.1",

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

"peerDependencies": {
"@uppy/core": "^4.1.0"
"@uppy/core": "^4.2.0"
},

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

@@ -24,2 +24,4 @@ import { BasePlugin, Uppy } from '@uppy/core'

export type { CompressorOpts as CompressorOptions }
const defaultOptions = {

@@ -26,0 +28,0 @@ quality: 0.6,

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