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

mx-artifacts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mx-artifacts - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

components/loading/index.js

@@ -37,2 +37,4 @@ 'use strict';

borderRadius: 16,
alignItems: 'center',
justifyContent: 'center',
backgroundColor: this.props.panelColor

@@ -42,3 +44,5 @@ };

return (
<Spinner color={this.props.color} size={this.props.size} style={spinnerStyle} />
<View style={spinnerStyle}>
<Spinner color={this.props.color} size={this.props.size} />
</View>
);

@@ -45,0 +49,0 @@ },

2

components/spinner/index.js

@@ -32,3 +32,3 @@ 'use strict'

_androidSize = 'LargeInverse';
_androidHeight = 36;
_androidHeight = 60;
}

@@ -35,0 +35,0 @@

{
"name": "mx-artifacts",
"version": "0.0.8",
"version": "0.0.9",
"description": "Artifacts of mx.",

@@ -5,0 +5,0 @@ "main": "./index.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