@uppy/compressor
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@uppy/compressor", | ||
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "^0.3.0", | ||
"@uppy/utils": "^5.7.5", | ||
"@uppy/utils": "^5.9.0", | ||
"compressorjs": "^1.2.1", | ||
@@ -34,3 +34,3 @@ "preact": "^10.5.13", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.10.0" | ||
"@uppy/core": "^3.11.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "publishConfig": { |
import type { PluginOptions, BasePlugin } from '@uppy/core' | ||
import { UppyFile } from '@uppy/utils' | ||
import type CompressorLocale from './generatedLocale' | ||
import type CompressorLocale from './generatedLocale.js' | ||
@@ -5,0 +5,0 @@ export interface CompressorOptions extends PluginOptions { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30463
0
Updated@uppy/utils@^5.9.0