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.1.0 to 2.1.1-0

1

lib/miniapp/index.js

@@ -63,2 +63,3 @@ "use strict";

if (height) style += 'height:' + height + 'rpx;';
if (style === this.data.styleSheet) return;
this.setData({

@@ -65,0 +66,0 @@ styleSheet: style

2

package.json
{
"name": "rax-image",
"version": "2.1.0",
"version": "2.1.1-0",
"description": "Image component for Rax.",

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

@@ -52,2 +52,3 @@ import fmtEvent from './fmtEvent';

if (height) style += 'height:' + height + 'rpx;';
if (style === this.data.styleSheet) return;

@@ -54,0 +55,0 @@ this.setData({

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