@expo/image-utils
Advanced tools
Comparing version 0.3.20 to 0.3.21
@@ -13,3 +13,3 @@ "use strict"; | ||
const SHARP_HELP_PATTERN = /\n\nSpecify --help for available options/g; | ||
const SHARP_REQUIRED_VERSION = '^1.10.0'; | ||
const SHARP_REQUIRED_VERSION = '^2.1.0'; | ||
async function resizeBufferAsync(buffer, sizes) { | ||
@@ -16,0 +16,0 @@ const sharp = await findSharpInstanceAsync(); |
{ | ||
"name": "@expo/image-utils", | ||
"version": "0.3.20", | ||
"version": "0.3.21", | ||
"description": "A package used by Expo CLI for processing images", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
103695