Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-ronin

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ronin - npm Package Compare versions

Comparing version 2.0.3-image-component-experimental.3 to 2.0.3-image-component-experimental.4

4

dist/index.js

@@ -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

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