react-ronin
Advanced tools
Comparing version 2.0.3-image-component-experimental.3 to 2.0.3-image-component-experimental.4
@@ -107,5 +107,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
// Validate given `quality` property. | ||
if (quality && (quality < 0 || quality > 100)) { | ||
throw new Error("The given `quality` was not in the range between 0 and 100."); | ||
} | ||
if (quality && (quality < 0 || quality > 100)) throw new Error("The given `quality` was not in the range between 0 and 100."); | ||
const optimizationParams = new URLSearchParams({ | ||
@@ -112,0 +110,0 @@ ...width ? { |
{ | ||
"name": "react-ronin", | ||
"version": "2.0.3-image-component-experimental.3", | ||
"version": "2.0.3-image-component-experimental.4", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
32872
425