New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rax-image

Package Overview
Dependencies
Maintainers
8
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rax-image - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2-0

src/.DS_Store

2

lib/index.js

@@ -57,3 +57,3 @@ "use strict";

onLoad && onLoad(e);
} else if (e && e.currentTarget && e.currentTarget.naturalWidth > 1 && e.currentTarget.naturalHeight > 1) {
} else if (e && e.currentTarget && e.currentTarget.naturalWidth > 0 && e.currentTarget.naturalHeight > 0) {
// web

@@ -60,0 +60,0 @@ onLoad && onLoad(e);

{
"name": "rax-image",
"version": "2.2.1",
"version": "2.2.2-0",
"description": "Image component for Rax.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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