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

react-native-transformable-image

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-transformable-image - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

3

library/TransformableImage.js

@@ -99,5 +99,6 @@ 'use strict';

onLayout={this.onLayout.bind(this)}
style={{backgroundColor: 'black'}}>
style={this.props.style}>
<Image
{...this.props}
style={[this.props.style, {backgroundColor: 'transparent'}]}
resizeMode={'contain'}

@@ -104,0 +105,0 @@ onLoadStart={this.onLoadStart.bind(this)}

{
"name": "react-native-transformable-image",
"version": "0.0.17",
"version": "0.0.18",
"description": "",

@@ -5,0 +5,0 @@ "main": "library/TransformableImage.js",

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